Searched defs:BenchmarkResult (Results 1 – 2 of 2) sorted by relevance
29 public class BenchmarkResult implements Parcelable { class67 public BenchmarkResult(LatencyResult inferenceLatency, in BenchmarkResult() method in BenchmarkResult99 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult107 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
51 BenchmarkResult = collections.namedtuple( variable