Home
last modified time | relevance | path

Searched refs:send_device_incarnation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc28 const uint64 send_device_incarnation, in GetRendezvousKeyPrefix() argument
31 strings::FpToString(send_device_incarnation), ";", in GetRendezvousKeyPrefix()
60 uint64 send_device_incarnation; in SendOp() local
63 reinterpret_cast<int64*>(&send_device_incarnation))); in SendOp()
67 send_device_incarnation, tensor_name); in SendOp()
128 uint64 send_device_incarnation; in RecvOp() local
131 reinterpret_cast<int64*>(&send_device_incarnation))); in RecvOp()
135 send_device_incarnation, tensor_name); in RecvOp()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc137 key: "send_device_incarnation" in TEST_F()
178 key: "send_device_incarnation" in TEST_F()
245 key: "send_device_incarnation" in TEST_F()
287 key: "send_device_incarnation" in TEST_F()
Dmaster_session.cc402 uint64 send_device_incarnation; in TrackFeedsAndFetches() local
405 reinterpret_cast<int64*>(&send_device_incarnation))); in TrackFeedsAndFetches()
407 Rendezvous::CreateKey(send_device, send_device_incarnation, in TrackFeedsAndFetches()
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc124 uint64 send_device_incarnation; in GetRendezvousKey() local
126 reinterpret_cast<int64*>(&send_device_incarnation))); in GetRendezvousKey()
127 return Rendezvous::CreateKey(send_device, send_device_incarnation, in GetRendezvousKey()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc1086 const string& send_device, int64 send_device_incarnation, in ExecuteRecv() argument
1099 op.MutableAttrs()->Set("send_device_incarnation", send_device_incarnation); in ExecuteRecv()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc356 key: "send_device_incarnation" in CreateGrapplerItemWithSendRecv()
391 key: "send_device_incarnation" in CreateGrapplerItemWithSendRecv()
448 key: "send_device_incarnation" in CreateGrapplerItemWithRecvWithoutSend()