Searched refs:CompilationBenchmarkType (Results 1 – 2 of 2) sorted by relevance
| /test/mlts/benchmark/jni/ |
| D | run_tflite.h | 81 enum class CompilationBenchmarkType { enum 140 bool benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, 145 bool benchmarkSingleTypeOfCompilationWithWarmup(CompilationBenchmarkType type,
|
| D | run_tflite.cpp | 577 bool BenchmarkModel::benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, in benchmarkSingleTypeOfCompilation() 587 if (type == CompilationBenchmarkType::PREPARE_FROM_CACHE) { in benchmarkSingleTypeOfCompilation() 600 case CompilationBenchmarkType::WITHOUT_CACHE: in benchmarkSingleTypeOfCompilation() 603 case CompilationBenchmarkType::SAVE_TO_CACHE: in benchmarkSingleTypeOfCompilation() 607 case CompilationBenchmarkType::PREPARE_FROM_CACHE: in benchmarkSingleTypeOfCompilation() 640 bool BenchmarkModel::benchmarkSingleTypeOfCompilationWithWarmup(CompilationBenchmarkType type, in benchmarkSingleTypeOfCompilationWithWarmup() 674 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, in benchmarkCompilation() 695 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, in benchmarkCompilation() 706 CompilationBenchmarkType::PREPARE_FROM_CACHE, maxNumIterations, in benchmarkCompilation()
|