Home
last modified time | relevance | path

Searched defs:lvlSizes (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h177 const std::vector<uint64_t> lvlSizes; variable
201 uint64_t lvlRank, const uint64_t *lvlSizes, in SparseTensorStorage()
582 const uint64_t *lvlSizes, const LevelType *lvlTypes, in newEmpty()
592 const uint64_t *lvlSizes, const LevelType *lvlTypes, in newFromCOO()
603 const uint64_t *lvlSizes, const LevelType *lvlTypes, in newFromBuffers()
619 const uint64_t *lvlSizes, const LevelType *lvlTypes, in SparseTensorStorage()
673 const uint64_t *lvlSizes, const LevelType *lvlTypes, in SparseTensorStorage()
/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/
H A DStorage.cpp29 const uint64_t *lvlSizes, const LevelType *lvlTypes, in SparseTensorStorageBase()
/llvm-project/mlir/lib/ExecutionEngine/
H A DSparseTensorRuntime.cpp172 const index_type *lvlSizes = MEMREF_GET_PAYLOAD(lvlSizesRef); in _mlir_ciface_newSparseTensor() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseStorageSpecifierToLLVM.cpp35 auto lvlSizes = LLVM::LLVMArrayType::get(ctx, sizeType, lvlRank); in getSpecifierFields() local