Home
last modified time | relevance | path

Searched refs:indiceParser (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp1017 TensorLiteralParser indiceParser(*this); in parseSparseElementsAttr() local
1018 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()