Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.h952 const std::vector<ptrdiff_t> flatSparseIndices(getFlattenedSparseIndices());
954 [flatSparseIndices{flatSparseIndices}, valueIt{std::move(valueIt)},
957 for (unsigned i = 0, e = flatSparseIndices.size(); i != e; ++i)
958 if (flatSparseIndices[i] == index)
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp1641 std::vector<ptrdiff_t> flatSparseIndices; in getFlattenedSparseIndices() local
1650 flatSparseIndices.push_back(getFlattenedIndex(indices)); in getFlattenedSparseIndices()
1651 return flatSparseIndices; in getFlattenedSparseIndices()
1658 flatSparseIndices.push_back(getFlattenedIndex( in getFlattenedSparseIndices()
1660 return flatSparseIndices; in getFlattenedSparseIndices()