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.java46 private String mBackendType; field in BenchmarkResult
84 mBackendType = backendType; in BenchmarkResult()
136 mBackendType = in.readString(); in BenchmarkResult()
164 dest.writeString(mBackendType); in writeToParcel()
217 ", mBackendType=" + mBackendType + in toString()
277 mBackendType, in toCsvLine()