Searched refs:CPUAllocator (Results 1 – 1 of 1) sorted by relevance
66 class CPUAllocator : public Allocator { class68 CPUAllocator() in CPUAllocator() function in tensorflow::__anon435a67570111::CPUAllocator72 ~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_;