Home
last modified time | relevance | path

Searched refs:CompilationBenchmarkType (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.cpp489 bool BenchmarkModel::benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, in benchmarkSingleTypeOfCompilation()
498 if (type == CompilationBenchmarkType::PREPARE_FROM_CACHE) { in benchmarkSingleTypeOfCompilation()
511 case CompilationBenchmarkType::WITHOUT_CACHE: in benchmarkSingleTypeOfCompilation()
514 case CompilationBenchmarkType::SAVE_TO_CACHE: in benchmarkSingleTypeOfCompilation()
518 case CompilationBenchmarkType::PREPARE_FROM_CACHE: in benchmarkSingleTypeOfCompilation()
551 bool BenchmarkModel::benchmarkSingleTypeOfCompilationWithWarmup(CompilationBenchmarkType type, in benchmarkSingleTypeOfCompilationWithWarmup()
575 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
595 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
605 CompilationBenchmarkType::PREPARE_FROM_CACHE, maxNumIterations, warmupTimeout, in benchmarkCompilation()
Drun_tflite.h80 enum class CompilationBenchmarkType { enum
134 bool benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, int maxNumIterations,
136 bool benchmarkSingleTypeOfCompilationWithWarmup(CompilationBenchmarkType type,