Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/
DBlobLifetimeManager.cpp74 return BlobInfo{ b.max_size, b.max_alignment, b.bound_elements.size() }; in update_blobs_and_mappings()
91 for(auto &bound_element_id : free_blob.bound_elements) in update_blobs_and_mappings()
DOffsetLifetimeManager.cpp88 for(auto &bound_element_id : free_blob.bound_elements) in update_blobs_and_mappings()
DISimpleLifetimeManager.cpp110 occupied_blob_it->bound_elements.insert(obj); in end_lifetime()
/external/ComputeLibrary/arm_compute/runtime/
DISimpleLifetimeManager.h90 std::set<void *> bound_elements; member