Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp149 SmallVector<Value> inputOps = prod.getInputOperands(); in matchAndRewrite() local
152 inputOps.push_back(op.getInputOperand(1 - other)->get()); in matchAndRewrite()
156 loc, op.getResult(0).getType(), inputOps, outputOps, in matchAndRewrite()