Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dpasses.cc279 mlir::Value ret_op = returnOp->getOperand(i); in runOnFunction() local
282 mlir::Value old_kernel_arg = func_to_kernel.lookupOrNull(ret_op); in runOnFunction()
/external/lzma/C/
DLzFind.c581 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
583 lenLimit = (unsigned)p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \