Home
last modified time | relevance | path

Searched defs:lvlToDim (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/test/CAPI/
H A Dsparse_tensor.c44 MlirAffineMap lvlToDim = in testRoundtripEncoding() local
/llvm-project/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp50 mlirSparseTensorEncodingAttrGet(MlirContext ctx,intptr_t lvlRank,MlirSparseTensorLevelType const * lvlTypes,MlirAffineMap dimToLvl,MlirAffineMap lvlToDim,int posWidth,int crdWidth,MlirAttribute explicitVal,MlirAttribute implicitVal) mlirSparseTensorEncodingAttrGet() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectSparseTensor.cpp46 __anon055f89890102(py::object cls, std::vector<MlirSparseTensorLevelType> lvlTypes, std::optional<MlirAffineMap> dimToLvl, std::optional<MlirAffineMap> lvlToDim, int posWidth, int crdWidth, std::optional<MlirAttribute> explicitVal, std::optional<MlirAttribute> implicitVal, MlirContext context) populateDialectSparseTensorSubmodule() argument
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h370 const AffineMap lvlToDim; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp579 AffineMap lvlToDim = {}; in parse() local
785 AffineMap dimToLvl, AffineMap lvlToDim, unsigned posWidth, in verify() argument
1047 AffineMap lvlToDim; inferLvlToDim() local
1195 if (const auto lvlToDim = enc.getLvlToDim()) toLvl() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp656 const auto lvlToDim = stt.getLvlToDim(); genMapBuffers() local