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