Home
last modified time | relevance | path

Searched refs:kSingle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h24 enum Dim { kSparse, kDense, kSingle, kUndef }; enumerator
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp594 case kSingle: in dumpBits()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp151 return Dim::kSingle; in toDim()