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
70 public BenchmarkResult(float totalTimeSec, int iterations, float timeVarianceSec, in BenchmarkResult() method in BenchmarkResult
108 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult
116 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
/test/mlts/benchmark/results/
Dgenerate_result.py38 BenchmarkResult = collections.namedtuple( variable