Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h309 bool isDenseLvl(Level l) const { return isDenseLT(getLvlType(l)); } in isDenseLvl() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h110 bool isDenseLvl(uint64_t l) const { return isDenseLT(getLvlType(l)); } in isDenseLvl() function