Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_batch_kernels.cc136 void BatchFunctionFallback(tfrt::Argument<Chain> in_op_chain, in BatchFunctionFallback() argument
179 auto op_chain = in_op_chain.ValueRef(); in BatchFunctionFallback()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/
Dtfrt_fallback_async.cc288 p << "(" << op.in_op_chain() << ") key(" in print()
314 p << "(" << op.in_op_chain() << ", " << op.allocator() << ") key(" in print()
326 p << "(" << in_op_chain() << ") " << getOperation()->getAttr("f") << " (" in print()
Dtfrt_fallback_async.td394 ExecuteOp. In addition, it takes an in_op_chain and produces an out_op_chain
396 in_op_chain.
420 TFRT_ChainType:$in_op_chain,
465 TFRT_ChainType:$in_op_chain,
518 TFRT_ChainType:$in_op_chain,
/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/
Dtfrt_fallback_async.td394 ExecuteOp. In addition, it takes an in_op_chain and produces an out_op_chain
396 in_op_chain.
420 TFRT_ChainType:$in_op_chain,
466 TFRT_ChainType:$in_op_chain,
Dtfrt_fallback_async.cc220 p << "tfrt_fallback_async.executeop.seq(" << op.in_op_chain() << ") key(" in print()
232 p << "tfrt_fallback_async.batch_function(" << op.in_op_chain() << ") " in print()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dremote_run_encapsulate.cc147 loc, chain_type, remote_exec_op.in_op_chain(), remote_exec_op.context(), in runOnOperation()
Dtf_to_tfrt.cc491 mlir::Value in_op_chain = in matchAndRewrite() local
534 in_op_chain, distributed_context, task_handle, op.callee(), in matchAndRewrite()