Home
last modified time | relevance | path

Searched defs:to_device (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_values.cc40 PjRtDevice* to_device, in HandlePythonScalar()
80 StatusOr<DevicePutResult> HandlePythonInt(py::handle obj, PjRtDevice* to_device, in HandlePythonInt()
125 StatusOr<DevicePutResult> HandleNumpyScalar(py::handle h, PjRtDevice* to_device, in HandleNumpyScalar()
157 StatusOr<DevicePutResult> HandleNumpyArray(py::handle h, PjRtDevice* to_device, in HandleNumpyArray()
208 PjRtDevice* to_device) { in PyBufferHelper()
223 StatusOr<DevicePutResult> HandlePyBuffer(py::handle obj, PjRtDevice* to_device, in HandlePyBuffer()
230 PjRtDevice* to_device, in HandleDeviceArray()
246 StatusOr<DevicePutResult> DevicePut(py::handle arg, PjRtDevice* to_device, in DevicePut()
H A Djax_jit.cc1421 -> xla::StatusOr<py::object> { in BuildJaxjitSubmodule()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAFunctions.cpp252 DeviceIndex ExchangeDevice(DeviceIndex to_device) { in ExchangeDevice()
269 DeviceIndex MaybeExchangeDevice(DeviceIndex to_device) { in MaybeExchangeDevice()
323 DeviceIndex ExchangeDevice(DeviceIndex to_device) { in ExchangeDevice()
333 DeviceIndex MaybeExchangeDevice(DeviceIndex to_device) { in MaybeExchangeDevice()
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUFunctions.cpp196 c10::DeviceIndex exchange_device(c10::DeviceIndex to_device) { in exchange_device()
205 c10::DeviceIndex maybe_exchange_device(c10::DeviceIndex to_device) { in maybe_exchange_device()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dcollective_rma_distributed.cc42 const string& peer_task, const string& key, Device* to_device, in RecvBufCall()
110 const string& key, Device* to_device, DeviceContext* to_device_ctx, in RecvFromPeer()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp124 bool to_device = !(flags & CL_MIGRATE_MEM_OBJECT_HOST); in svm_migrate() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_rma_local.cc28 const string& key, Device* to_device, DeviceContext* to_device_ctx, in RecvFromPeer()
H A Dcollective_test_util.cc60 const string& key, Device* to_device, DeviceContext* to_device_ctx, in RecvFromPeer()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c39 bool to_device, bool mem_undefined) in nvc0_svm_migrate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_group_metadata.cc542 auto to_device = GetInstructionDevice(*channel.recv); in DumpCollectedStats() local
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/
H A Dpt_engine.py78 def to_device(self, module, device): member in TorchTensorEngine
/aosp_15_r20/external/pytorch/torch/cuda/
H A D_memory_viz.py448 def to_device(device): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcore_test.py1074 def _send(self, tensor, tensor_name, to_device): argument
/aosp_15_r20/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp96 audio_devices_t to_device = AUDIO_DEVICE_NONE; in convert_audio_device() local
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodule.cpp231 torch::Device to_device, in test_DeviceOrDtypeConversionSkipsUndefinedTensor()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc1595 auto to_device = DeviceFromContext(to); in CanEnablePeerAccess() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dmemory.rs2939 let to_device = !bit_check(flags, CL_MIGRATE_MEM_OBJECT_HOST); in enqueue_svm_migrate_mem() localVariable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py684 def to_device(x: TensorBox, device: torch.device, *, copy=False): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py4691 def to_device(x): function