Searched refs:send_device_incarnation (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sendrecv_ops.cc | 28 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/ |
D | cluster_function_library_runtime_test.cc | 137 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()
|
D | master_session.cc | 402 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/ |
D | kernel_benchmark_testlib.cc | 124 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/ |
D | execute.cc | 1086 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/ |
D | virtual_scheduler_test.cc | 356 key: "send_device_incarnation" in CreateGrapplerItemWithSendRecv() 391 key: "send_device_incarnation" in CreateGrapplerItemWithSendRecv() 448 key: "send_device_incarnation" in CreateGrapplerItemWithRecvWithoutSend()
|