Home
last modified time | relevance | path

Searched refs:CopyTensorInSameDevice (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dvirtual_device.cc33 void CopyTensorInSameDevice(const Tensor* input_tensor, Device* device,
56 void VirtualDeviceContext::CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function in tensorflow::__anon93b5c1350111::VirtualDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Drenamed_device.h114 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor, in CopyTensorInSameDevice() function
117 underlying_device_->CopyTensorInSameDevice(input_tensor, output_tensor, in CopyTensorInSameDevice()
H A Dthreadpool_device_test.cc60 device.CopyTensorInSameDevice(&input, &output, device_context, in TEST()
H A Dthreadpool_device.h42 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor,
H A Dsingle_threaded_cpu_device.cc72 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor, in CopyTensorInSameDevice() function in tensorflow::__anonde40af2a0111::SingleThreadedCpuDevice
H A Dgpu_device_context.h75 void CopyTensorInSameDevice(const Tensor* input_tensor, Device* device,
H A Dthreadpool_device.cc135 void ThreadPoolDevice::CopyTensorInSameDevice( in CopyTensorInSameDevice() function in tensorflow::ThreadPoolDevice
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_base.h90 virtual void CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function
273 virtual void CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function
H A Drendezvous_test.cc403 void CopyTensorInSameDevice(const Tensor* input_tensor, Device* device, in CopyTensorInSameDevice() function in tensorflow::__anon8f1e23880111::DummyDeviceContext
H A Dop_kernel_test.cc416 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor, in CopyTensorInSameDevice() function in tensorflow::__anondc0872320111::ScopedAllocatorDevice
H A Dop_kernel.cc951 device()->CopyTensorInSameDevice(&tensor, new_tensor.get(), in maybe_set_output_by_allocate_and_copy()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_util_platform_specific.cc42 void GPUDeviceContext::CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function in tensorflow::GPUDeviceContext
H A Dgpu_device_test.cc519 TEST_F(GPUDeviceTest, CopyTensorInSameDevice) { in TEST_F() argument
541 device->CopyTensorInSameDevice(&input_tensor, &output_tensor, device_context, in TEST_F()
H A Dgpu_device.h100 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor,
H A Dgpu_device.cc891 void BaseGPUDevice::CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function in tensorflow::BaseGPUDevice
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_context.cc43 void PluggableDeviceContext::CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function in tensorflow::PluggableDeviceContext
H A Dpluggable_device_context.h60 void CopyTensorInSameDevice(const Tensor* input_tensor, Device* device,
H A Dpluggable_device.h72 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor,
H A Dpluggable_device.cc426 void PluggableDevice::CopyTensorInSameDevice( in CopyTensorInSameDevice() function in tensorflow::PluggableDevice
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_context.h71 void CopyTensorInSameDevice(const Tensor* input_tensor, Device* device,
H A Dxla_device_context.cc107 void XlaDeviceContext::CopyTensorInSameDevice(const Tensor* input_tensor, in CopyTensorInSameDevice() function in tensorflow::XlaDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute_compat.cc808 void CopyTensorInSameDevice(const Tensor* input_tensor, Tensor* output_tensor, in CopyTensorInSameDevice() function in tensorflow::tfd::__anond671884e0711::DeviceWithCustomAllocator
811 device_->CopyTensorInSameDevice(input_tensor, output_tensor, device_context, in CopyTensorInSameDevice()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc112 ctx->op_device_context()->CopyTensorInSameDevice( in CopyVariable()