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.cc55 ProcessState::singleton()->GetCPUAllocator(numa_node)); in CreateDevices()
59 ProcessState::singleton()->GetCPUAllocator(port::kNUMANoAffinity)); in CreateDevices()
Dprocess_state.h68 Allocator* GetCPUAllocator(int numa_node);
Dprocess_state.cc62 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator() function in tensorflow::ProcessState
Dlocal_device.cc140 ProcessState::singleton()->GetCPUAllocator(numa_node); in LocalDevice()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device_factory.cc42 syclInterface->GetSYCLAllocator(i), syclInterface->GetCPUAllocator(i), in CreateDevices()
Dsycl_device.h147 Allocator* GetCPUAllocator(size_t i = 0) const {
/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.h51 virtual Allocator* GetCPUAllocator(int numa_node) = 0;
Dallocator.cc232 return ps->GetCPUAllocator(numa_node); in cpu_allocator()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_factory.cc129 ProcessState::singleton()->GetCPUAllocator(numa_node))); in CreateDevices()
Dgpu_process_state.cc184 return process_state_->GetCPUAllocator(numa_node); in GetGpuHostAllocator()
Dgpu_device.cc1221 gpu_allocator, ProcessState::singleton()->GetCPUAllocator(numa_node)); in CreateGPUDevice()