Home
last modified time | relevance | path

Searched defs:withDimToLvl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h75 SparseTensorType withDimToLvl(AffineMap dimToLvl) const { in withDimToLvl() function
79 SparseTensorType withDimToLvl(SparseTensorEncodingAttr dimToLvlEnc) const { in withDimToLvl() function
83 SparseTensorType withDimToLvl(const SparseTensorType &dimToLvlSTT) const { in withDimToLvl() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp329 SparseTensorEncodingAttr::withDimToLvl(AffineMap dimToLvl) const { in withDimToLvl() function in SparseTensorEncodingAttr
337 SparseTensorEncodingAttr::withDimToLvl(SparseTensorEncodingAttr enc) const { in withDimToLvl() function in SparseTensorEncodingAttr