Home
last modified time | relevance | path

Searched refs:dst_device (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_rendezvous_mgr.cc41 GdrRecvTensorCall(WorkerInterface* wi, Device* dst_device, in GdrRecvTensorCall() argument
46 dst_device_(dst_device), in GdrRecvTensorCall()
102 Device* dst_device() const { return dst_device_; } in dst_device() function in tensorflow::__anon6a33ee8b0111::GdrRecvTensorCall
152 Device* dst_device; in RecvFromRemoteAsync() local
153 Status s = sess->device_mgr()->LookupDevice(parsed.dst_device, &dst_device); in RecvFromRemoteAsync()
162 new GdrRecvTensorCall(rwi, dst_device, remote_memory_manager_, in RecvFromRemoteAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_logger.cc89 const string& dst_device, in RecordRecvTensor() argument
92 dst_device, bytes, "", "RecvTensor"); in RecordRecvTensor()
99 const string& dst_device, in RecordDataTransfer() argument
115 " from ", src_device, " to ", dst_device); in RecordDataTransfer()
130 Save(dst_device, step_id, ns); in RecordDataTransfer()
Dcollective_rma_distributed_test.cc273 Device* dst_device = nullptr; in TEST_F() local
275 TF_EXPECT_OK(device_mgrs_[0]->LookupDevice(dev_name, &dst_device)); in TEST_F()
281 kBufKey, dst_device, to_device_ctx, alloc_attr_, &to_tensor_, in TEST_F()
301 Device* dst_device = nullptr; in TEST_F() local
303 TF_EXPECT_OK(device_mgrs_[0]->LookupDevice(dev_name, &dst_device)); in TEST_F()
309 kBufKey, dst_device, to_device_ctx, alloc_attr_, &to_tensor_, in TEST_F()
333 Device* dst_device = nullptr; in TEST_F() local
335 TF_EXPECT_OK(device_mgrs_[0]->LookupDevice(dev_name, &dst_device)); in TEST_F()
341 kBufKey, dst_device, to_device_ctx, alloc_attr_, &to_tensor_, in TEST_F()
Dbase_rendezvous_mgr.cc222 if (!is_src && !IsLocalDevice(sess->worker_name, parsed.dst_device)) { in ValidateDevices()
261 Device* dst_device; in SameWorkerRecvDone() local
262 s = sess->device_mgr()->LookupDevice(parsed.dst_device, &dst_device); in SameWorkerRecvDone()
271 Allocator* out_allocator = dst_device->GetAllocator(attr); in SameWorkerRecvDone()
282 recv_args.device_context, src_device, dst_device, in SameWorkerRecvDone()
Dworker_cache_logger.h61 const string& dst_device, int64 bytes);
67 const string& dst_device, int64 bytes,
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_rendezvous_mgr.cc75 Device* dst_device; in RecvFromRemoteAsync() local
77 s = env_->device_mgr->LookupDevice(parsed.dst_device, &dst_device); in RecvFromRemoteAsync()
108 Device* dst_device; in RecvFromRemoteAsync() local
110 s = env_->device_mgr->LookupDevice(parsed.dst_device, &dst_device); in RecvFromRemoteAsync()
120 dst_device->MakeTensorFromProto(mpi_response.response().tensor(), in RecvFromRemoteAsync()
124 tr.InitAlloc(dst_device, recv_args.alloc_attrs); in RecvFromRemoteAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc62 AllocatorAttributes alloc_attrs, Device* dst_device, in Init() argument
66 dst_device_ = dst_device; in Init()
129 Device* dst_device() const { return dst_device_; } in dst_device() function in tensorflow::__anon2b42d2c80111::RpcRecvTensorCall
240 Device* dst_device; in RecvFromRemoteAsync() local
242 s = sess->device_mgr()->LookupDevice(parsed.dst_device, &dst_device); in RecvFromRemoteAsync()
253 call->Init(rwi, step_id_, parsed.FullKey(), recv_args.alloc_attrs, dst_device, in RecvFromRemoteAsync()
Dgrpc_remote_worker.cc158 request->dst_device(), num_bytes, "", "RecvBuf"); in RecvBufAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc93 Device* dst_device; in SameWorkerRecvDone() local
94 s = device_mgr_->LookupDevice(parsed.dst_device, &dst_device); in SameWorkerRecvDone()
103 Allocator* out_allocator = dst_device->GetAllocator(attr); in SameWorkerRecvDone()
111 recv_args.device_context, src_device, dst_device, in SameWorkerRecvDone()
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc43 dst_device = StringPiece(buf_.data() + (b.dst_device.data() - b_base), in operator =()
44 b.dst_device.size()); in operator =()
53 const string& dst_device, const string& name, in CreateKey() argument
65 dst_device, ";", name, ";", frame_iter.frame_id, ":", frame_iter.iter_id); in CreateKey()
108 out->dst_device = StringPiece(parts[2].data(), parts[2].size()); in ParseKey()
Drendezvous.h57 const string& dst_device, const string& name,
66 StringPiece dst_device; member
Drendezvous_test.cc54 EXPECT_EQ(parsed.dst_device, "/job:mnist/replica:1/task:2/device:GPU:0"); in TEST()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma_rendezvous_mgr.cc55 !DeviceNameUtils::SplitDeviceName(parsed.dst_device, &dst_name, in RecvFromRemoteAsync()
70 s = env_->device_mgr->LookupDevice(parsed.dst_device, &dst_dev); in RecvFromRemoteAsync()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc654 const string& dst_device = dst->assigned_device_name(); in AddControlFlow() local
656 if (src_device == dst_device) continue; in AddControlFlow()
687 const string& cl_key = strings::StrCat(curr_frame_name, "$$", dst_device); in AddControlFlow()
736 const string& dst_device = dst->assigned_device_name(); in AddControlFlow() local
737 if (src_device != dst_device) { in AddControlFlow()
744 strings::StrCat(dst_frame_name, "$$", dst_device); in AddControlFlow()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto468 string dst_device = 9; field