Searched defs:CreateAllocator (Results 1 – 9 of 9) sorted by relevance
173 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() function
179 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() function
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::__anon2523aecd0111::CPUAllocatorFactory
37 std::unique_ptr<GpuVirtualMemAllocator> CreateAllocator() { in CreateAllocator() function
259 Allocator* CreateAllocator() override { return new MklCPUAllocator; } in CreateAllocator() function in tensorflow::__anon8e2c0c930311::MklCPUAllocatorFactory
363 std::unique_ptr<Allocator> CreateAllocator(AllocatorType type, in CreateAllocator() function
85 std::unique_ptr<PartitionAllocatorForTesting> CreateAllocator( in CreateAllocator() function
93 void CreateAllocator(bool legacy_conference_mode = false) { in CreateAllocator() function in webrtc::SimulcastRateAllocatorTest