Searched defs:CreateAllocator (Results 1 – 7 of 7) sorted by relevance
115 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::__anon41a7336b0111::CPUAllocatorFactory
37 std::unique_ptr<GpuVirtualMemAllocator> CreateAllocator() { in CreateAllocator() function
259 Allocator* CreateAllocator() override { return new MklCPUAllocator; } in CreateAllocator() function in tensorflow::__anon93fcb0310311::MklCPUAllocatorFactory
363 std::unique_ptr<Allocator> CreateAllocator(AllocatorType type, in CreateAllocator() function
62 std::unique_ptr<PartitionAllocatorForTesting> CreateAllocator() { in CreateAllocator() function
93 void CreateAllocator(bool legacy_conference_mode = false) { in CreateAllocator() function in webrtc::SimulcastRateAllocatorTest