Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp132 using ElementConsumer = typedef
829 virtual void forallElements(ElementConsumer<V> yield) = 0;
853 void forallElements(ElementConsumer<V> yield) final { in forallElements()
859 void forallElements(ElementConsumer<V> yield, uint64_t parentPos, in forallElements()