Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp1645 auto sparseIndices = getIndices(); in getFlattenedSparseIndices() local
1646 auto sparseIndexValues = sparseIndices.getValues<uint64_t>(); in getFlattenedSparseIndices()
1647 if (sparseIndices.isSplat()) { in getFlattenedSparseIndices()
1655 auto numSparseIndices = sparseIndices.getType().getDimSize(0); in getFlattenedSparseIndices()
1665 ShapedType type, DenseIntElementsAttr sparseIndices, in verify() argument
1672 ShapedType indicesType = sparseIndices.getType(); in verify()
1702 auto sparseIndexValues = sparseIndices.getValues<uint64_t>(); in verify()
1703 if (sparseIndices.isSplat()) { in verify()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp1715 IMPL_GETOVERHEAD(sparseIndices##INAME, I, getIndices) in FOREVERY_O()