Home
last modified time | relevance | path

Searched refs:BenchmarkPerformanceOptions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_performance_options.cc110 BenchmarkPerformanceOptions::BenchmarkPerformanceOptions( in BenchmarkPerformanceOptions() function in tflite::benchmark::BenchmarkPerformanceOptions
113 : BenchmarkPerformanceOptions(DefaultParams(), single_option_run, in BenchmarkPerformanceOptions()
116 BenchmarkPerformanceOptions::BenchmarkPerformanceOptions( in BenchmarkPerformanceOptions() function in tflite::benchmark::BenchmarkPerformanceOptions
126 BenchmarkParams BenchmarkPerformanceOptions::DefaultParams() { in DefaultParams()
137 std::vector<Flag> BenchmarkPerformanceOptions::GetFlags() { in GetFlags()
155 bool BenchmarkPerformanceOptions::ParseFlags(int* argc, char** argv) { in ParseFlags()
170 bool BenchmarkPerformanceOptions::ParsePerfOptions() { in ParsePerfOptions()
212 std::vector<std::string> BenchmarkPerformanceOptions::GetValidPerfOptions() in GetValidPerfOptions()
222 bool BenchmarkPerformanceOptions::HasOption(const std::string& option) const { in HasOption()
227 void BenchmarkPerformanceOptions::ResetPerformanceOptions() { in ResetPerformanceOptions()
[all …]
Dbenchmark_performance_options.h77 class BenchmarkPerformanceOptions {
80 explicit BenchmarkPerformanceOptions(
85 virtual ~BenchmarkPerformanceOptions() {} in ~BenchmarkPerformanceOptions()
94 BenchmarkPerformanceOptions(
Dbenchmark_tflite_performance_options_main.cc26 BenchmarkPerformanceOptions all_options_benchmark(&benchmark); in Main()
Dbenchmark_test.cc187 BenchmarkPerformanceOptions all_options_benchmark( in TEST()
198 BenchmarkPerformanceOptions all_options_benchmark(&benchmark); in TEST()