Searched refs:all_run_params_ (Results 1 – 2 of 2) sorted by relevance
251 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()263 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()270 all_run_params_.emplace_back(std::move(xnnpack_params)); in CreatePerformanceOptions()282 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()287 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()306 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()314 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()322 all_run_params_.emplace_back(std::move(params)); in CreatePerformanceOptions()331 std::random_shuffle(all_run_params_.begin(), all_run_params_.end()); in Run()341 for (const auto& run_params : all_run_params_) { in Run()
119 std::vector<BenchmarkParams> all_run_params_; variable