Searched defs:posWidth (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/CAPI/ |
H A D | sparse_tensor.c | 54 int posWidth = mlirSparseTensorEncodingAttrGetPosWidth(originalAttr); in testRoundtripEncoding() local
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | SparseTensor.cpp | 50 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 D | DialectSparseTensor.cpp | 46 __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 D | SparseTensorType.h | 91 SparseTensorType withBitWidths(unsigned posWidth, unsigned crdWidth) const { in withBitWidths() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 346 SparseTensorEncodingAttr::withBitWidths(unsigned posWidth, in withBitWidths() argument 580 unsigned posWidth = 0; in parse() local 785 AffineMap dimToLvl, AffineMap lvlToDim, unsigned posWidth, in verify() argument [all...] |