Searched refs:tensors_in_flight (Results 1 – 1 of 1) sorted by relevance
190 HandleCounter tensors_in_flight; in configure_handle_lifetime() local200 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()