Home
last modified time | relevance | path

Searched defs:target_device (Results 1 – 19 of 19) 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/pytorch/aten/src/ATen/test/
Dxpu_device_test.cpp43 int target_device = 0; in TEST() local
/external/pytorch/aten/src/ATen/ops/
Dfrom_blob.h53 TensorMaker& target_device(std::optional<Device> value) noexcept { in target_device() function
/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/pytorch/torch/nn/parallel/
D_functions.py58 def forward(ctx, target_device, dim, *inputs): argument
/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/pytorch/torch/distributed/
Dutils.py111 def _recursive_to(inputs, target_device, use_side_stream_for_tensor_copies): argument
/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc303 const string& target_device = function_target.first; in ComputeAsync() 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/pytorch/torch/csrc/utils/
Dtensor_numpy.cpp476 const auto target_device = [&]() -> std::optional<Device> { in tensor_from_cuda_array_interface() local
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc320 const Device* target_device, EagerContext* ctx, in SerializePackedHandle()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h209 dev_t target_device; member
/external/pytorch/benchmarks/dynamo/
Dcommon.py1309 def deepcopy_model_and_inputs_to_device(self, model, example_inputs, target_device): argument
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c88 dev_t target_device; member