Searched defs:isSparseOutput (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ | ||
H A D | CodegenEnv.h | 129 bool isSparseOutput(OpOperand *o) const { return sparseOut == o; } isSparseOutput() function |
H A D | LoopEmitter.h | 289 bool isSparseOutput(TensorId tid) const { isSparseOutput() function |