Home
last modified time | relevance | path

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

/external/eigen/bench/
Danalyze-blocking-sizes.cpp502 vector<size_t> trial_subset = out_subset; in find_subset_with_efficiency_higher_than() local
503 trial_subset.resize(out_subset.size() + candidate_indices_subset_size); in find_subset_with_efficiency_higher_than()
507 trial_subset[out_subset.size() + i] = inout_remainder[candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()
510 float trial_efficiency = efficiency_of_subset(preprocessed_inputfiles, trial_subset); in find_subset_with_efficiency_higher_than()
532 vector<size_t> trial_subset = out_subset; in find_subset_with_efficiency_higher_than() local
534 trial_subset.push_back(*candidate_iterator); in find_subset_with_efficiency_higher_than()
535 float trial_efficiency = efficiency_of_subset(preprocessed_inputfiles, trial_subset); in find_subset_with_efficiency_higher_than()