Home
last modified time | relevance | path

Searched defs:cpu_allocator (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_factory.cc33 Allocator* gpu_allocator, Allocator* cpu_allocator) in GPUDevice()
67 Allocator* cpu_allocator) override { in CreateGPUDevice()
Dgpu_device.cc302 Allocator* gpu_allocator, Allocator* cpu_allocator, in BaseGPUDevice()
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc50 void CopyHostToDevice(const Tensor* input, Allocator* cpu_allocator, in CopyHostToDevice()
115 void CopyDeviceToHost(const Tensor* input, Allocator* cpu_allocator, in CopyDeviceToHost()
181 Allocator* cpu_allocator, Allocator* out_allocator, in CopyDeviceToDevice()
270 Allocator* cpu_allocator = src->GetAllocator(host_alloc_attrs); in ViaDMA() local
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc192 explicit CPUSubAllocator(CPUAllocator* cpu_allocator) in CPUSubAllocator()
224 Allocator* cpu_allocator(int numa_node) { in cpu_allocator() function
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h201 Allocator* cpu_allocator, SYCLDeviceContext* ctx) in SYCLDevice()
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc255 Allocator* cpu_allocator = device->GetAllocator(host_alloc_attrs); in ComputeAsync() local
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc478 Allocator* cpu_allocator = ctx->device()->GetAllocator(host_alloc_attrs); in Compute() local