Searched refs:indiceParser (Results 1 – 1 of 1) sorted by relevance
936 TensorLiteralParser indiceParser(*this); in parseSparseElementsAttr() local937 if (indiceParser.parse(/*allowHex=*/false)) in parseSparseElementsAttr()962 if (indiceParser.getShape().empty()) { in parseSparseElementsAttr()966 indicesType = RankedTensorType::get(indiceParser.getShape(), indiceEltType); in parseSparseElementsAttr()968 auto indices = indiceParser.getAttr(indicesLoc, indicesType); in parseSparseElementsAttr()