Home
last modified time | relevance | path

Searched refs:static_global_cl_allocator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLTensorAllocator.cpp37 static IAllocator *static_global_cl_allocator = nullptr; variable
133 if(static_global_cl_allocator != nullptr) in allocate()
135 … _memory.set_owned_region(static_global_cl_allocator->make_region(info().total_size(), 0)); in allocate()
191 static_global_cl_allocator = allocator; in set_global_allocator()