Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py66 def copy_to_device(target_device, source_device="/cpu:0"): argument
91 def __init__(self, input_dataset, target_device, source_device="/cpu:0"): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h461 FunctionData(const string& target_device, in FunctionData()
468 const string& target_device() { return target_device_; } in target_device() function
Dprocess_function_library_runtime.cc121 const string& source_device, const string& target_device, in SendTensors()
140 const string& source_device, const string& target_device, in ReceiveTensorsAsync()
1177 Device* target_device = nullptr; in GetOutputDevices() local
1603 string target_device; in ReleaseHandle() local
1770 string target_device; in RunInternal() local
Dfunction.cc730 Device* target_device; in IsLocalTarget() local
1036 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/tpu/kernels/
Dtpu_functional_ops.h280 Status ShouldUseRemoteExecutionForFn(const std::string& target_device, in ShouldUseRemoteExecutionForFn()
Dtpu_functional_ops.cc1597 const string& target_device = entry.device; in InitializeShardedVarOnTPU() local
2463 const string& target_device, FHandle* handle, in InstantiatePartition()
2719 const string& target_device = entry.device; in ExecuteFunctions() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.h79 string target_device; member
Dgeneric_layout_optimizer_transposer.cc249 absl::string_view target_device, absl::string_view src_format, in AssignDeviceAndDataFormats()
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc303 const string& target_device = function_target.first; in ComputeAsync() local
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc320 const Device* target_device, EagerContext* ctx, in SerializePackedHandle()