Searched defs:CreateAllocator (Results 1 – 7 of 7) sorted by relevance
96 extern "C" ::C2Allocator* CreateAllocator(::C2Allocator::id_t allocatorId, ::c2_status_t* status) { in CreateAllocator() function
184 Allocator* CreateAllocator() override { return new CPUAllocator; } in CreateAllocator() function in tensorflow::__anon99240fbc0111::CPUAllocatorFactory
37 std::unique_ptr<GpuVirtualMemAllocator> CreateAllocator() { in CreateAllocator() function
259 Allocator* CreateAllocator() override { return new MklCPUAllocator; } in CreateAllocator() function in tensorflow::__anondc414d020311::MklCPUAllocatorFactory
369 std::unique_ptr<Allocator> CreateAllocator(AllocatorType type, in CreateAllocator() function
61 std::unique_ptr<PartitionAllocatorForTesting> CreateAllocator() { in CreateAllocator() function
93 void CreateAllocator(bool legacy_conference_mode = false) { in CreateAllocator() function in webrtc::SimulcastRateAllocatorTest