Home
last modified time | relevance | path

Searched refs:recv_device (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc78 Device* recv_device, uint64 recv_op_id) in RemoteCopyNode() argument
84 recv_device_(recv_device), in RemoteCopyNode()
244 Device* recv_device = recv_device_; in RunRemoteRecv() local
247 [captured_state, response, recv_device, context_view_id, in RunRemoteRecv()
251 response->queue_response(0).shape(0), recv_device, in RunRemoteRecv()
261 captured_state->dst()->PoisonRemote(s, recv_device, context_view_id); in RunRemoteRecv()
274 Device* recv_device = ctx_->CanonicalDevice(recv_device_); in StartRecv() local
276 captured_state_->dst()->Poison(status, recv_device); in StartRecv()
297 captured_state_->dst()->Poison(status, recv_device); in StartRecv()
302 captured_state_->dst()->SetTensor(std::move(outputs[0]), recv_device); in StartRecv()
[all …]
Dremote_copy_node.h64 TensorHandle* dst, Device* recv_device, uint64 recv_op_id);
/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc30 const string& recv_device, in GetRendezvousKeyPrefix() argument
35 recv_device, ";", tensor_name); in GetRendezvousKeyPrefix()
61 string recv_device; in SendOp() local
62 OP_REQUIRES_OK(ctx, ctx->GetAttr("recv_device", &recv_device)); in SendOp()
69 key_prefix_ = GetRendezvousKeyPrefix(send_device, recv_device, in SendOp()
140 string recv_device; in RecvOp() local
141 OP_REQUIRES_OK(ctx, ctx->GetAttr("recv_device", &recv_device)); in RecvOp()
148 key_prefix_ = GetRendezvousKeyPrefix(send_device, recv_device, in RecvOp()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Recv.pbtxt29 name: "recv_device"
43 summary: "Receives the named tensor from send_device on recv_device."
Dapi_def_Send.pbtxt29 name: "recv_device"
43 summary: "Sends the named tensor from send_device to recv_device."
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc143 key: "recv_device" in TEST_F()
184 key: "recv_device" in TEST_F()
304 key: "recv_device" in TEST_F()
346 key: "recv_device" in TEST_F()
Dmaster_session.cc404 string recv_device; in TrackFeedsAndFetches() local
405 TF_CHECK_OK(GetNodeAttr(ndef, "recv_device", &recv_device)); in TrackFeedsAndFetches()
412 recv_device, name, FrameAndIter(0, 0)); in TrackFeedsAndFetches()
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc150 string recv_device; in GetRendezvousKey() local
151 TF_CHECK_OK(GetNodeAttr(node->attrs(), "recv_device", &recv_device)); in GetRendezvousKey()
158 recv_device, tensor_name, FrameAndIter(0, 0)); in GetRendezvousKey()
Dimmutable_executor_state.cc114 string recv_device; in Initialize() local
116 TF_RETURN_IF_ERROR(GetNodeAttr(n->attrs(), "recv_device", &recv_device)); in Initialize()
117 if (send_device != recv_device) { in Initialize()
Dstep_stats_collector.cc92 string recv_device; in Done() local
93 TF_CHECK_OK(GetNodeAttr(attrs, "recv_device", &recv_device)); in Done()
95 tensor_name, " @", recv_device, ")"); in Done()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRecv.pbtxt24 name: "recv_device"
DSend.pbtxt24 name: "recv_device"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DSend.pbtxt24 name: "recv_device"
DRecv.pbtxt24 name: "recv_device"
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc486 auto recv_device = GetInstructionDevice(*channel.recv); in VerifyChannelInstructions() local
492 if (*recv_device != *recv_done_device) { in VerifyChannelInstructions()
496 channel.id, *recv_device, *recv_done_device); in VerifyChannelInstructions()
498 if (*send_device == *recv_device) { in VerifyChannelInstructions()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc993 key: "recv_device" in CreateGrapplerItemWithSendRecv()
1044 key: "recv_device" in CreateGrapplerItemWithSendRecv()
1102 key: "recv_device" in CreateGrapplerItemWithRecvWithoutSend()
3031 const string recv_device = kCPU1; in TEST_F() local
3035 node->set_device(recv_device); in TEST_F()
3037 (*attr)["recv_device"].set_s(recv_device); in TEST_F()
3040 (*attr)["recv_device"].set_s(recv_device); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td10505 let summary = "Receives the named tensor from send_device on recv_device.";
10511 StrAttr:$recv_device,
13344 let summary = "Sends the named tensor from send_device to recv_device.";
13352 StrAttr:$recv_device,
18422 let summary = "Receives the named tensor from send_device on recv_device.";
18433 StrAttr:$recv_device,
18445 let summary = "Sends the named tensor from send_device to recv_device.";
18458 StrAttr:$recv_device,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt3397 …pe\', \'tensor_name\', \'send_device\', \'send_device_incarnation\', \'recv_device\', \'client_ter…
4033 …or\', \'tensor_name\', \'send_device\', \'send_device_incarnation\', \'recv_device\', \'client_ter…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3397 …pe\', \'tensor_name\', \'send_device\', \'send_device_incarnation\', \'recv_device\', \'client_ter…
4033 …or\', \'tensor_name\', \'send_device\', \'send_device_incarnation\', \'recv_device\', \'client_ter…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go34602 …tensor_name string, send_device string, send_device_incarnation int64, recv_device string, optiona…
34606 …vice": send_device, "send_device_incarnation": send_device_incarnation, "recv_device": recv_device}
42387 …tensor_name string, send_device string, send_device_incarnation int64, recv_device string, optiona…
42391 …vice": send_device, "send_device_incarnation": send_device_incarnation, "recv_device": recv_device}
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt36379 name: "recv_device"
45511 name: "recv_device"