Searched defs:indicesType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | AttributeParser.cpp | 1085 ShapedType indicesType = parseSparseElementsAttr() local |
/llvm-project/mlir/unittests/IR/ | ||
H A D | AttributeTest.cpp | 404 auto indicesType = TEST() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | BuiltinAttributes.cpp | 1725 ShapedType indicesType = sparseIndices.getType(); verify() local |
/llvm-project/mlir/lib/Dialect/Tensor/IR/ | ||
H A D | TensorOps.cpp | 1275 inferResultType(RankedTensorType sourceType,RankedTensorType indicesType,ArrayRef<int64_t> gatherDims,bool rankReduced) inferResultType() argument |