Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcpu_allocator_impl.cc66 class CPUAllocator : public Allocator { class
68 CPUAllocator() in CPUAllocator() function in tensorflow::__anon435a67570111::CPUAllocator
72 ~CPUAllocator() override {} in ~CPUAllocator()
142 TF_DISALLOW_COPY_AND_ASSIGN(CPUAllocator);
147 Allocator* CreateAllocator() override { return new CPUAllocator; } in CreateAllocator()
150 return new CPUSubAllocator(new CPUAllocator); in CreateSubAllocator()
156 explicit CPUSubAllocator(CPUAllocator* cpu_allocator) in CPUSubAllocator()
172 CPUAllocator* cpu_allocator_;