Home
last modified time | relevance | path

Searched defs:CopyToDevice (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dtransfer_buffer.cc93 void TransferBuffer::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice() function in amber::vulkan::TransferBuffer
Dtransfer_image.cc280 void TransferImage::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice() function in amber::vulkan::TransferImage
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dtensor_handle.go153 func (th *TensorHandle) CopyToDevice(c *Context, deviceName string) (*TensorHandle, error) { func
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops_util.cpp37 torch::Tensor CopyToDevice( in CopyToDevice() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_client_test.cc336 TEST(PjRtClientTest, CopyToDevice) { in TEST() argument
H A Dpjrt_c_api_client.cc727 StatusOr<std::unique_ptr<PjRtBuffer>> PjRtCApiBuffer::CopyToDevice( in CopyToDevice() function in xla::PjRtCApiBuffer
H A Dtfrt_cpu_pjrt_client.cc1015 StatusOr<std::unique_ptr<PjRtBuffer>> TfrtCpuBuffer::CopyToDevice( in CopyToDevice() function in xla::TfrtCpuBuffer
H A Dpjrt_stream_executor_client.cc1477 StatusOr<std::unique_ptr<PjRtBuffer>> PjRtStreamExecutorBuffer::CopyToDevice( in CopyToDevice() function in xla::PjRtStreamExecutorBuffer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_buffer.cc188 StatusOr<py::object> PyBuffer::CopyToDevice( in CopyToDevice() function in xla::PyBuffer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc401 StatusOr<std::unique_ptr<PyTpuBuffer>> PyTpuBuffer::CopyToDevice( in CopyToDevice() function in xla::PyTpuBuffer
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dremote_access.py908 def CopyToDevice(self, src, dest, mode, **kwargs): member in RemoteDevice
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle.cc972 Status TensorHandle::CopyToDevice(const EagerContext& ctx, in CopyToDevice() function in tensorflow::TensorHandle