Searched refs:AutotuneAlgorithm_Name (Results 1 – 4 of 4) sorted by relevance
66 {{"algorithm", model::AutotuneAlgorithm_Name(algorithm)}, in Dataset()
121 const std::string& AutotuneAlgorithm_Name(AutotuneAlgorithm value);123 inline const std::string& AutotuneAlgorithm_Name(T enum_t_value) { in AutotuneAlgorithm_Name() function127 return AutotuneAlgorithm_Name(static_cast<AutotuneAlgorithm>(enum_t_value)); in AutotuneAlgorithm_Name()
230 const std::string& AutotuneAlgorithm_Name( in AutotuneAlgorithm_Name() function
86 kAlgorithm, model::AutotuneAlgorithm_Name(params.autotune_algorithm))); in AddTraceMetadata()