Searched refs:TIME_FREQ_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
33 private final static int TIME_FREQ_ARRAY_SIZE = 32; field in BenchmarkResult381 float[] timeFreqSec = new float[TIME_FREQ_ARRAY_SIZE]; in fromInferenceResults()382 float stepSize = (maxComputeTimeSec - minComputeTimeSec) / (TIME_FREQ_ARRAY_SIZE - 1); in fromInferenceResults()