Home
last modified time | relevance | path

Searched defs:cpu_tensor (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device_context.cc25 void SYCLDeviceContext::CopyCPUTensorToDevice(const Tensor *cpu_tensor, in CopyCPUTensorToDevice()
105 Tensor *cpu_tensor, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc26 void GPUDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice()
35 Device* device, Tensor* cpu_tensor, in CopyDeviceTensorToCPU()
Dgpu_util.cc257 const Tensor* gpu_tensor, Tensor* cpu_tensor, in CopyGPUTensorToCPU()
300 void GPUUtil::CopyCPUTensorToGPU(const Tensor* cpu_tensor, in CopyCPUTensorToGPU()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc106 void XlaDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice()
201 Device* device, Tensor* cpu_tensor, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc65 Tensor* cpu_tensor) { in PopulateTensorFromExtra()
131 Tensor* cpu_tensor = new Tensor(cpu_dev->GetAllocator(cpu_attr), in RecvFromPeer() local
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h79 virtual void CopyCPUTensorToDevice(const Tensor* cpu_tensor, Device* device, in CopyCPUTensorToDevice()
97 Tensor* cpu_tensor, StatusCallback done) { in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc256 Tensor* cpu_tensor = in ComputeAsync() local
303 Tensor* cpu_tensor = &value.tensor; in ComputeAsync() local
Dcollective_nccl_reducer_test.cc234 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Ddynamic_partition_op_gpu.cu.cc280 Tensor cpu_tensor; in ComputeAsync() local
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc256 Tensor cpu_tensor(tensor.dtype(), tensor.shape()); in TensorDebugString() local
Dprocess_function_library_runtime_test.cc114 Tensor cpu_tensor(device_tensor.dtype(), device_tensor.shape()); in GPUToCPU() local
129 Tensor CPUToGPU(const Tensor& cpu_tensor) { in CPUToGPU()
Dcopy_tensor.cc295 Tensor* cpu_tensor = in ViaDMA() local
Dring_gatherer_test.cc425 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Dring_reducer_test.cc449 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Dhierarchical_tree_broadcaster_test.cc613 Tensor cpu_tensor(dtype, shape); in InitTensor() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc593 Tensor* cpu_tensor = new Tensor(cpu_dev->GetAllocator(cpu_attr), in RecvBufAsync() local