Home
last modified time | relevance | path

Searched defs:posWidth (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/test/CAPI/
H A Dsparse_tensor.c54 int posWidth = mlirSparseTensorEncodingAttrGetPosWidth(originalAttr); 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.h91 SparseTensorType withBitWidths(unsigned posWidth, unsigned crdWidth) const { in withBitWidths() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp346 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...]