Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java19 public class CompilationBenchmarkResult { class
25 public CompilationBenchmarkResult(float[] compileWithoutCacheTimeSec, in CompilationBenchmarkResult() method in CompilationBenchmarkResult
/test/mlts/benchmark/jni/
Drun_tflite.h62 struct CompilationBenchmarkResult { struct
63 std::vector<float> compileWithoutCacheTimeSec;
65 std::optional<std::vector<float>> saveToCacheTimeSec;
66 std::optional<std::vector<float>> prepareFromCacheTimeSec;
68 int cacheSizeBytes = 0;