Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp190 HandleCounter tensors_in_flight; in configure_handle_lifetime() local
200 if(tensors_in_flight.find(parent_handle) == std::end(tensors_in_flight)) in configure_handle_lifetime()
204 tensors_in_flight.insert(std::make_pair(parent_handle, hc.at(parent_handle))); in configure_handle_lifetime()
222 ARM_COMPUTE_ERROR_ON(tensors_in_flight.find(ihandle) == std::end(tensors_in_flight)); in configure_handle_lifetime()
223 --tensors_in_flight[ihandle]; in configure_handle_lifetime()
224 if(tensors_in_flight[ihandle] <= 0) in configure_handle_lifetime()
227 tensors_in_flight.erase(ihandle); in configure_handle_lifetime()