Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc27 const string& recv_device, in GetRendezvousKeyPrefix() argument
32 recv_device, ";", tensor_name); in GetRendezvousKeyPrefix()
58 string recv_device; in SendOp() local
59 OP_REQUIRES_OK(ctx, ctx->GetAttr("recv_device", &recv_device)); in SendOp()
66 key_prefix_ = GetRendezvousKeyPrefix(send_device, recv_device, in SendOp()
126 string recv_device; in RecvOp() local
127 OP_REQUIRES_OK(ctx, ctx->GetAttr("recv_device", &recv_device)); in RecvOp()
134 key_prefix_ = GetRendezvousKeyPrefix(send_device, recv_device, in RecvOp()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc576 Device* recv_device, TensorHandle** result) { in EagerRemoteSendTensor() argument
584 ctx->GetClientAndContextID(recv_device, &eager_client, &context_id)); in EagerRemoteSendTensor()
591 request.set_device_name(recv_device->name()); in EagerRemoteSendTensor()
630 /*d=*/recv_device, /*op_device=*/recv_device, in EagerRemoteSendTensor()
1056 const string& recv_device) { in ExecuteSend() argument
1073 op.MutableAttrs()->Set("recv_device", recv_device); in ExecuteSend()
1137 tensorflow::Device* recv_device; in EagerCopyToDevice() local
1138 TF_RETURN_IF_ERROR(FindDeviceFromName(ctx, device_name, &recv_device)); in EagerCopyToDevice()
1140 bool recver_is_local = IsLocal(ctx, recv_device); in EagerCopyToDevice()
1143 return LocalEagerCopyToDevice(h, ctx, recv_device, result); in EagerCopyToDevice()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc125 key: "recv_device" in TEST_F()
166 key: "recv_device" in TEST_F()
233 key: "recv_device" in TEST_F()
275 key: "recv_device" in TEST_F()
Dmaster_session.cc400 string recv_device; in TrackFeedsAndFetches() local
401 TF_CHECK_OK(GetNodeAttr(ndef, "recv_device", &recv_device)); in TrackFeedsAndFetches()
408 recv_device, name, FrameAndIter(0, 0)); in TrackFeedsAndFetches()
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc120 string recv_device; in GetRendezvousKey() local
121 TF_CHECK_OK(GetNodeAttr(node->attrs(), "recv_device", &recv_device)); in GetRendezvousKey()
128 recv_device, tensor_name, FrameAndIter(0, 0)); in GetRendezvousKey()
Dstep_stats_collector.cc83 string recv_device; in Done() local
84 TF_CHECK_OK(GetNodeAttr(attrs, "recv_device", &recv_device)); in Done()
86 "(", tensor_name, " @", recv_device); in Done()
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc245 string recv_device = "/job:localhost/replica:0/task:0/device:CPU:0"; in TEST() local
246 TFE_OpSetAttrString(send_op, "recv_device", recv_device.c_str(), in TEST()
247 recv_device.size()); in TEST()
260 TFE_OpSetAttrString(recv_op, "recv_device", recv_device.c_str(), in TEST()
261 recv_device.size()); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc468 auto recv_device = GetInstructionDevice(*channel.recv); in VerifyChannelInstructions() local
474 if (*recv_device != *recv_done_device) { in VerifyChannelInstructions()
478 channel.id, *recv_device, *recv_done_device); in VerifyChannelInstructions()
480 if (*send_device == *recv_device) { in VerifyChannelInstructions()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc344 key: "recv_device" in CreateGrapplerItemWithSendRecv()
379 key: "recv_device" in CreateGrapplerItemWithSendRecv()
436 key: "recv_device" in CreateGrapplerItemWithRecvWithoutSend()
2857 const string recv_device = kCPU1; in TEST_F() local
2861 node->set_device(recv_device); in TEST_F()
2863 (*attr)["recv_device"].set_s(recv_device); in TEST_F()
2866 (*attr)["recv_device"].set_s(recv_device); in TEST_F()