Home
last modified time | relevance | path

Searched refs:GetCPUAllocator (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device_factory.cc61 ProcessState::singleton()->GetCPUAllocator(numa_node)); in CreateDevices()
65 ProcessState::singleton()->GetCPUAllocator(port::kNUMANoAffinity)); in CreateDevices()
Dprocess_state.cc62 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator() function in tensorflow::ProcessState
Dprocess_state.h68 Allocator* GetCPUAllocator(int numa_node) override;
Dlocal_device.cc133 ProcessState::singleton()->GetCPUAllocator(numa_node); in LocalDevice()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device_factory.cc46 syclInterface->GetSYCLAllocator(i), syclInterface->GetCPUAllocator(i), in CreateDevices()
Dsycl_device.h147 Allocator* GetCPUAllocator(size_t i = 0) const {
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc88 return ps->GetCPUAllocator(numa_node); in cpu_allocator()
Dallocator_registry.h52 virtual Allocator* GetCPUAllocator(int numa_node) = 0;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_factory.cc136 ProcessState::singleton()->GetCPUAllocator(numa_node))); in CreateDevices()
Dgpu_process_state.cc194 return process_state_->GetCPUAllocator(numa_node); in GetGpuHostAllocator()
Dgpu_device.cc1243 gpu_allocator, ProcessState::singleton()->GetCPUAllocator(numa_node)); in CreateGPUDevice()