Searched refs:hasTensorResult (Results 1 – 2 of 2) sorted by relevance
302 bool hasTensorResult = any_of(funcOp.getResultTypes(), isaTensor); in hasTensorSemantics() local303 return hasTensorArg || hasTensorResult; in hasTensorSemantics()306 bool hasTensorResult = any_of(op->getResultTypes(), isaTensor); in hasTensorSemantics() local308 return hasTensorResult || hasTensorOperand; in hasTensorSemantics()
773 bool hasTensorResult = any_of(op->getResultTypes(), isaTensor); in hasTensorSemantics() local775 return hasTensorResult || hasTensorOperand; in hasTensorSemantics()