Home
last modified time | relevance | path

Searched defs:coordinates (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h143 std::vector<uint64_t> coordinates; // shared coordinate pool variable
H A DStorage.h565 std::vector<std::vector<C>> coordinates; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp440 const auto coordinates = attr.getIndices().getValues<IntegerAttr>(); in foreachInSparseConstant() local