Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java23 public class LatencyResult implements Parcelable { class
43 public LatencyResult(float[] results) { in LatencyResult() method in LatencyResult
74 public LatencyResult(Parcel in) { in LatencyResult() method in LatencyResult
/test/mlts/benchmark/results/
Dgenerate_result.py39 LatencyResult = collections.namedtuple( variable