Searched refs:thresholdMinusInference (Results 1 – 1 of 1) sorted by relevance
27 auto thresholdMinusInference = thresholdTime - duration.count(); in CheckInferenceTimeThreshold() local29 << std::fixed << thresholdMinusInference << " ms" << "\n"; in CheckInferenceTimeThreshold()30 if (thresholdMinusInference < 0) in CheckInferenceTimeThreshold()