Home
last modified time | relevance | path

Searched defs:indicesType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp1085 ShapedType indicesType = parseSparseElementsAttr() local
1121 ShapedType indicesType; parseSparseElementsAttr() local
/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp404 auto indicesType = TEST() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1725 ShapedType indicesType = sparseIndices.getType(); verify() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1275 inferResultType(RankedTensorType sourceType,RankedTensorType indicesType,ArrayRef<int64_t> gatherDims,bool rankReduced) inferResultType() argument