Searched defs:lvlSizes (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/ |
H A D | Storage.h | 177 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 D | Storage.cpp | 29 const uint64_t *lvlSizes, const LevelType *lvlTypes, in SparseTensorStorageBase()
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SparseTensorRuntime.cpp | 172 const index_type *lvlSizes = MEMREF_GET_PAYLOAD(lvlSizesRef); in _mlir_ciface_newSparseTensor() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseStorageSpecifierToLLVM.cpp | 35 auto lvlSizes = LLVM::LLVMArrayType::get(ctx, sizeType, lvlRank); in getSpecifierFields() local
|