Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc111 const string& source_device, const string& target_device, in SendTensors() argument
120 target_device, name, FrameAndIter(0, 0)); in SendTensors()
130 const string& source_device, const string& target_device, in ReceiveTensorsAsync() argument
139 target_device, name, FrameAndIter(0, 0)); in ReceiveTensorsAsync()
253 if (function_data->target_device() != device_name) { in GetHandleOnDevice()
265 return function_data->target_device(); in GetDeviceName()
716 Device* target_device = target_flr->device(); in GetOutputDevices() local
724 (*output_devices)[ret_index] = target_device; in GetOutputDevices()
727 comp_data.ret_alloc_attrs_[j].on_host() ? nullptr : target_device; in GetOutputDevices()
896 string target_device; in ReleaseHandle() local
[all …]
Dprocess_function_library_runtime.h57 const string& target_device,
71 const string& source_device, const string& target_device,
255 FunctionData(const string& target_device, in FunctionData() argument
258 : target_device_(target_device), in FunctionData()
262 string target_device() { return target_device_; } in target_device() function
Dfunction.cc651 Device* target_device; in IsLocalTarget() local
652 if (!device_mgr_->LookupDevice(options.target, &target_device).ok()) { in IsLocalTarget()
657 if (target_device != device_) { in IsLocalTarget()
953 string target_device = parent_->GetDeviceName(handle); in RunRemote() local
957 Status s = parent_->GetDeviceContext(target_device, &device_context); in RunRemote()
964 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation)); in RunRemote()
1003 source_device, target_device, "arg_", src_incarnation, args.size(), in RunRemote()
1005 [frame, remote_args, item, source_device, target_device, in RunRemote()
1021 [frame, rets, done, source_device, target_device, in RunRemote()
1035 target_device, source_device, "ret_", target_incarnation, in RunRemote()
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc311 string target_device; in ComputeAsync() local
315 source_device, &target_device), in ComputeAsync()
320 instantiate_opts.target = target_device; in ComputeAsync()
322 FunctionTarget function_target = {target_device, lib}; in ComputeAsync()
331 VLOG(1) << "Instantiating " << func_.name() << " on " << target_device; in ComputeAsync()
333 "RemoteCall: Instantiate: ", func_.name(), " on ", target_device)); in ComputeAsync()
341 VLOG(1) << "Instantiated " << func_.name() << " on " << target_device in ComputeAsync()
353 if (opts.source_device != target_device) { in ComputeAsync()
378 "RemoteCall: Run: ", func_.name(), " on ", target_device)); in ComputeAsync()
379 VLOG(1) << "Running " << func_.name() << " on " << target_device in ComputeAsync()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py53 copy_to_device(target_device=device)).prefetch(buffer_size)
59 def copy_to_device(target_device, source_device="/cpu:0"): argument
76 dataset, target_device=target_device,
88 def __init__(self, input_dataset, target_device, source_device="/cpu:0"): argument
97 self._target_device = target_device
/external/autotest/client/cros/faft/utils/
Dkernel_handler.py63 target_device = self.os_if.get_internal_disk(
66 target_device = self.root_dev
70 'cgpt show %s' % target_device)
78 device = self.os_if.join_part(target_device, line.split()[2])
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dprefetching_ops.py45 def copy_to_device(target_device, source_device="/cpu:0"): argument
56 return prefetching_ops.copy_to_device(target_device, source_device)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt105 …argspec: "args=[\'target_device\', \'source_device\'], varargs=None, keywords=None, defaults=[\'/c…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt105 …argspec: "args=[\'target_device\', \'source_device\'], varargs=None, keywords=None, defaults=[\'/c…