Searched refs:BenchmarkPerformanceOptions (Results 1 – 4 of 4) sorted by relevance
110 BenchmarkPerformanceOptions::BenchmarkPerformanceOptions( in BenchmarkPerformanceOptions() function in tflite::benchmark::BenchmarkPerformanceOptions113 : BenchmarkPerformanceOptions(DefaultParams(), single_option_run, in BenchmarkPerformanceOptions()116 BenchmarkPerformanceOptions::BenchmarkPerformanceOptions( in BenchmarkPerformanceOptions() function in tflite::benchmark::BenchmarkPerformanceOptions126 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 …]
77 class BenchmarkPerformanceOptions {80 explicit BenchmarkPerformanceOptions(85 virtual ~BenchmarkPerformanceOptions() {} in ~BenchmarkPerformanceOptions()94 BenchmarkPerformanceOptions(
26 BenchmarkPerformanceOptions all_options_benchmark(&benchmark); in Main()
187 BenchmarkPerformanceOptions all_options_benchmark( in TEST()198 BenchmarkPerformanceOptions all_options_benchmark(&benchmark); in TEST()