Home
last modified time | relevance | path

Searched defs:BenchmarkResult (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java29 public class BenchmarkResult implements Parcelable { class
67 public BenchmarkResult(LatencyResult inferenceLatency, in BenchmarkResult() method in BenchmarkResult
99 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult
107 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
/test/mlts/benchmark/results/
Dgenerate_result.py51 BenchmarkResult = collections.namedtuple( variable