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.java52 private String mBackendType; field in BenchmarkResult
74 mBackendType = backendType; in BenchmarkResult()
122 mBackendType = in.readString(); in BenchmarkResult()
148 dest.writeString(mBackendType); in writeToParcel()
197 ", mBackendType=" + mBackendType + in toString()
286 sb.append(mTestInfo).append(',').append(mBackendType); in toCsvLine()