Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc26 void GPUDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice()
37 Device* device, Tensor* cpu_tensor, in CopyDeviceTensorToCPU()
Dgpu_device_test.cc97 void InitCPUTensor(Tensor* cpu_tensor, int num_elements, float value) { in InitCPUTensor()
104 void CopyCPUToGPU(Tensor* cpu_tensor, Tensor* gpu_tensor, Device* device, in CopyCPUToGPU()
110 void CopyGPUToCPU(Tensor* gpu_tensor, Tensor* cpu_tensor, Device* device, in CopyGPUToCPU()
421 Tensor cpu_tensor(cpu_allocator(), DT_FLOAT, TensorShape({kNumElements})); in TEST_F() local
Dgpu_util.cc256 const Tensor* gpu_tensor, Tensor* cpu_tensor, in CopyGPUTensorToCPU()
299 void GPUUtil::CopyCPUTensorToGPU(const Tensor* cpu_tensor, in CopyCPUTensorToGPU()
/external/tensorflow/tensorflow/core/tpu/
Dvirtual_device.cc38 void VirtualDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice()
50 Tensor* cpu_tensor, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.cc40 Tensor* cpu_tensor) { in CopyDeviceTensorToCPUSync()
52 Status DeviceContext::CopyCPUTensorToDeviceSync(const Tensor* cpu_tensor, in CopyCPUTensorToDeviceSync()
Ddevice_base.h100 Tensor* cpu_tensor, StatusCallback done) { in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc113 void XlaDeviceContext::CopyCPUTensorToDevice(const Tensor* cpu_tensor, in CopyCPUTensorToDevice()
209 Device* device, Tensor* cpu_tensor, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc68 Tensor* cpu_tensor) { in PopulateTensorFromExtra()
139 Tensor* cpu_tensor = new Tensor(cpu_dev->GetAllocator(cpu_attr), in RecvFromPeer() local
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc257 Tensor* cpu_tensor = in ComputeAsync() local
304 Tensor* cpu_tensor = &value.tensor; in ComputeAsync() local
Ddynamic_partition_op_gpu.cu.cc287 Tensor cpu_tensor; in ComputeAsync() local
Dcollective_nccl_test.cc271 Tensor cpu_tensor(dtype, shape); in InitTensor() local
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc258 Tensor cpu_tensor(tensor.dtype(), tensor.shape()); in TensorDebugString() local
Dcopy_tensor.cc248 Tensor* cpu_tensor = in ViaDMA() local
Dpermuter_test.cc359 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Dprocess_function_library_runtime_test.cc181 Tensor cpu_tensor(device_tensor.dtype(), device_tensor.shape()); in GPUToCPU() local
192 Tensor CPUToGPU(const Tensor& cpu_tensor) { in CPUToGPU()
Dring_gatherer_test.cc436 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Dring_reducer_test.cc462 Tensor cpu_tensor(dtype, shape); in InitTensor() local
Dhierarchical_tree_broadcaster_test.cc617 Tensor cpu_tensor(dtype, shape); in InitTensor() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc675 Tensor* cpu_tensor = in RecvBufAsync() local