Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py60 def copy_to_device(target_device, source_device="/cpu:0"): argument
89 def __init__(self, input_dataset, target_device, source_device="/cpu:0"): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h405 FunctionData(const string& target_device, in FunctionData()
412 const string& target_device() { return target_device_; } in target_device() function
Dprocess_function_library_runtime.cc118 const string& source_device, const string& target_device, in SendTensors()
137 const string& source_device, const string& target_device, in ReceiveTensorsAsync()
1034 Device* target_device = nullptr; in GetOutputDevices() local
1339 string target_device; in ReleaseHandle() local
1480 string target_device; in RunInternal() local
Dfunction.cc725 Device* target_device; in IsLocalTarget() local
1001 string target_device = parent_->GetDeviceName(handle); in RunRemote() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device_op_handler.cc71 auto target_device = op->DeviceName(); in Execute() local
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc288 const string& target_device = function_target.first; in ComputeAsync() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.h74 string target_device; member
Dgeneric_layout_optimizer_transposer.cc251 absl::string_view target_device, absl::string_view src_format, in AssignDeviceAndDataFormats()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc311 const Device* target_device, EagerContext* ctx, in SerializePackedHandle()