Searched refs:minComputeTimeSec (Results 1 – 1 of 1) sorted by relevance
327 float minComputeTimeSec = Float.MAX_VALUE; in fromInferenceResults() local348 if (minComputeTimeSec > iresult.mComputeTimeSec) { in fromInferenceResults()349 minComputeTimeSec = iresult.mComputeTimeSec; in fromInferenceResults()382 float stepSize = (maxComputeTimeSec - minComputeTimeSec) / (TIME_FREQ_ARRAY_SIZE - 1); in fromInferenceResults()384 timeFreqSec[(int) ((iresult.mComputeTimeSec - minComputeTimeSec) / stepSize)] += 1; in fromInferenceResults()395 minComputeTimeSec, stepSize, timeFreqSec, backendType, testSetSize, in fromInferenceResults()