Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.h60 uint64 NextOpId() { in NextOpId() function
Dremote_copy_node.cc161 remote_op->set_id(ctx_->RemoteMgr()->NextOpId()); in StartSend()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc525 get_op_id = [&ctx]() { return ctx.RemoteMgr()->NextOpId(); }; in GetOrCreateKernelAndDevice()
626 const int64 op_id = ctx.RemoteMgr()->NextOpId(); in AddOrExecuteNode()
790 remote_op->set_id(ctx.RemoteMgr()->NextOpId()); in PrepareRemoteOp()
1284 recv_op_id = ctx->RemoteMgr()->NextOpId(); in EagerCopyToDevice()