Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1382 auto sparseIndexValues = sparseIndices.getValues<uint64_t>(); in getValue() local
1388 auto splatIndex = *sparseIndexValues.begin(); in getValue()
1403 {&*std::next(sparseIndexValues.begin(), i * rank), rank}, i); in getValue()
1448 auto sparseIndexValues = sparseIndices.getValues<uint64_t>(); in getFlattenedSparseIndices() local
1451 *sparseIndexValues.begin()); in getFlattenedSparseIndices()
1461 {&*std::next(sparseIndexValues.begin(), i * rank), rank})); in getFlattenedSparseIndices()