Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java133 int timeFreqSecLength = in.readInt(); in BenchmarkResult() local
134 mTimeFreqSec = new float[timeFreqSecLength]; in BenchmarkResult()