Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h317 bool isUniqueLvl(Level l) const { return isUniqueLT(getLvlType(l)); } in isUniqueLvl() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h132 bool isUniqueLvl(uint64_t l) const { return isUniqueLT(getLvlType(l)); } in isUniqueLvl() function