Searched refs:indiceParser (Results 1 – 1 of 1) sorted by relevance
1017 TensorLiteralParser indiceParser(*this); in parseSparseElementsAttr() local1018 if (indiceParser.parse(/*allowHex=*/false)) in parseSparseElementsAttr()1043 if (indiceParser.getShape().empty()) { in parseSparseElementsAttr()1047 indicesType = RankedTensorType::get(indiceParser.getShape(), indiceEltType); in parseSparseElementsAttr()1049 auto indices = indiceParser.getAttr(indicesLoc, indicesType); in parseSparseElementsAttr()