Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_performance_options.cc121 single_option_run_params_(single_option_run->mutable_params()), in BenchmarkPerformanceOptions()
228 single_option_run_params_->Set<int32_t>("num_threads", 1); in ResetPerformanceOptions()
229 single_option_run_params_->Set<bool>("use_gpu", false); in ResetPerformanceOptions()
231 single_option_run_params_->Set<bool>("gpu_precision_loss_allowed", true); in ResetPerformanceOptions()
232 single_option_run_params_->Set<bool>("use_nnapi", false); in ResetPerformanceOptions()
233 single_option_run_params_->Set<std::string>("nnapi_accelerator_name", ""); in ResetPerformanceOptions()
234 single_option_run_params_->Set<bool>("disable_nnapi_cpu", false); in ResetPerformanceOptions()
235 single_option_run_params_->Set<int>("max_delegated_partitions", 0); in ResetPerformanceOptions()
236 single_option_run_params_->Set<bool>("nnapi_allow_fp16", false); in ResetPerformanceOptions()
239 single_option_run_params_->Set<bool>("use_hexagon", false); in ResetPerformanceOptions()
[all …]
Dbenchmark_performance_options.h115 BenchmarkParams* const single_option_run_params_; // Doesn't own the memory. variable