Searched refs:sparseIndices (Results 1 – 2 of 2) sorted by relevance
1645 auto sparseIndices = getIndices(); in getFlattenedSparseIndices() local1646 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() argument1672 ShapedType indicesType = sparseIndices.getType(); in verify()1702 auto sparseIndexValues = sparseIndices.getValues<uint64_t>(); in verify()1703 if (sparseIndices.isSplat()) { in verify()
1715 IMPL_GETOVERHEAD(sparseIndices##INAME, I, getIndices) in FOREVERY_O()