Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java53 private String mBackendType; field in BenchmarkResult
75 mBackendType = backendType; in BenchmarkResult()
123 mBackendType = in.readString(); in BenchmarkResult()
149 dest.writeString(mBackendType); in writeToParcel()
211 ", mBackendType=" + mBackendType + in toString()
300 sb.append(mTestInfo).append(',').append(mBackendType); in toCsvLine()