Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp533 enumerator->forallElements([&coo](const std::vector<uint64_t> &ind, V val) { in toCOO()
829 virtual void forallElements(ElementConsumer<V> yield) = 0;
853 void forallElements(ElementConsumer<V> yield) final { in forallElements() function in __anon2f09016c0111::SparseTensorEnumerator
854 forallElements(yield, 0, 0); in forallElements()
859 void forallElements(ElementConsumer<V> yield, uint64_t parentPos, in forallElements() function in __anon2f09016c0111::SparseTensorEnumerator
883 forallElements(yield, pos, d + 1); in forallElements()
891 forallElements(yield, pstart + i, d + 1); in forallElements()
956 enumerator.forallElements( in initialize()
1052 enumerator->forallElements([this](const std::vector<uint64_t> &ind, V val) { in SparseTensorStorage()