Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferize.cpp302 bool hasTensorResult = any_of(funcOp.getResultTypes(), isaTensor); in hasTensorSemantics() local
303 return hasTensorArg || hasTensorResult; in hasTensorSemantics()
306 bool hasTensorResult = any_of(op->getResultTypes(), isaTensor); in hasTensorSemantics() local
308 return hasTensorResult || hasTensorOperand; in hasTensorSemantics()
H A DOneShotAnalysis.cpp773 bool hasTensorResult = any_of(op->getResultTypes(), isaTensor); in hasTensorSemantics() local
775 return hasTensorResult || hasTensorOperand; in hasTensorSemantics()