HomeSort by relevance Sort by last modified time
    Searched refs:target_device (Results 1 - 12 of 12) sorted by null

  /test/vts/tools/build/tasks/list/
update-lists.sh 19 local target_device=$(echo $TARGET_PRODUCT | sed "s/^aosp_//")
20 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode -j "out/target/product/$target_device/module-info.json"
  /external/tensorflow/tensorflow/contrib/data/python/ops/
prefetching_ops.py 27 target_device,
36 target_device=target_device,
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.cc 75 const string& source_device, const string& target_device,
84 target_device, name, FrameAndIter(0, 0));
94 const string& source_device, const string& target_device,
103 target_device, name, FrameAndIter(0, 0));
200 if (function_data.target_device != device_name) {
211 return function_data.target_device;
246 string target_device; local
250 target_device = function_data_[handle].target_device;
252 flr = GetFLR(target_device);
271 string target_device; local
    [all...]
process_function_library_runtime.h 46 // Sends `tensors_to_send` from `source_device` to `target_device` using
53 const string& target_device,
62 // Receives `received_tensors` from `target_device` (originally sent from
69 const string& source_device, const string& target_device,
149 const string target_device; member in struct:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
152 FunctionData(const string& target_device,
154 : target_device(target_device), local_handle(local_handle) {}
function.cc 465 Device* target_device;
466 if (!device_mgr_->LookupDevice(options.target, &target_device).ok()) {
469 return target_device == device_;
673 string target_device = parent_->GetDeviceName(handle); local
677 Status s = parent_->GetDeviceContext(target_device, &device_context);
685 s.Update(parent_->GetDeviceIncarnation(target_device, &target_incarnation));
704 // the target_device. So here we receive those arguments. Similarly, when the
709 source_device, target_device, "arg_", src_incarnation, args.size(),
711 [frame, remote_args, item, source_device, target_device,
726 *exec_args, [item, frame, rets, done, source_device, target_device,
    [all...]
  /external/autotest/client/cros/faft/utils/
kernel_handler.py 63 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])
  /test/vti/test_serving/gae/webapp/src/scheduler/
periodic.py 114 target_host, target_device, target_device_serials =\
117 self.logger.Println("- Target device: %s" % target_device)
130 new_job.device = target_device
256 for target_device in schedule.device:
257 if "/" not in target_device:
261 target_lab, target_product_type = target_device.split("/")
302 return host, target_device, list(
  /external/tensorflow/tensorflow/contrib/data/kernels/
prefetching_kernels.cc 40 const string& target_device,
47 target_device_(target_device),
74 "; target_device: ", target_device_);
258 // Obtain and canonicalize target_device.
260 OP_REQUIRES_OK(ctx, ctx->input("target_device", &target_arg));
261 const string& target_device = variable
277 [lib, &source_device, &target_device, func_args,
280 lib, func_, buffer_size_, source_device, target_device,
303 .HostMemory("target_device"),
309 .HostMemory("target_device"),
    [all...]
  /development/scripts/
gdbclient.py 73 target_device = os.environ["TARGET_PRODUCT"]
74 if target_device != name:
76 sys.exit(msg.format(target_device, name))
  /external/tensorflow/tensorflow/core/kernels/
function_ops.cc 298 const string& target_device = variable
307 instantiate_opts.target = target_device;
321 if (opts.source_device != target_device) {
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
prefetching_ops_test.py 66 target_device=target,
  /external/tensorflow/tensorflow/contrib/eager/python/
datasets.py 118 target_device=target,

Completed in 223 milliseconds