Searched refs:set_global_allocator (Results 1 – 4 of 4) sorted by relevance
138 CLTensorAllocator::set_global_allocator(&global_tensor_alloc); in TEST_SUITE()147 CLTensorAllocator::set_global_allocator(nullptr); in TEST_SUITE()158 CLTensorAllocator::set_global_allocator(&global_tensor_alloc); in TEST_CASE()167 CLTensorAllocator::set_global_allocator(nullptr); in TEST_CASE()
136 static void set_global_allocator(IAllocator *allocator);
91 arm_compute::CLTensorAllocator::set_global_allocator(alloc.get()); in ClMemoryManager()
189 void CLTensorAllocator::set_global_allocator(IAllocator *allocator) in set_global_allocator() function in arm_compute::CLTensorAllocator