Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java59 private float[] mTimeFreqSec = {}; field in BenchmarkResult
83 mTimeFreqSec = timeFreqSec; in BenchmarkResult()
134 mTimeFreqSec = new float[timeFreqSecLength]; in BenchmarkResult()
135 in.readFloatArray(mTimeFreqSec); in BenchmarkResult()
162 dest.writeInt(mTimeFreqSec.length); in writeToParcel()
163 dest.writeFloatArray(mTimeFreqSec); in writeToParcel()
285 String.valueOf(mTimeFreqSec.length), in toCsvLine()
296 for (float value : mTimeFreqSec) { in toCsvLine()