Searched refs:top_k_profile_threshold_ (Results 1 – 2 of 2) sorted by relevance
34 top_k_profile_threshold_(kDefaultTopKProfileThreshold), in CompilerOptions()89 top_k_profile_threshold_(top_k_profile_threshold), in CompilerOptions()180 ParseDouble(option.data(), '=', 0.0, 100.0, &top_k_profile_threshold_, Usage); in ParseCompilerOption()
163 return top_k_profile_threshold_; in GetTopKProfileThreshold()275 double top_k_profile_threshold_; variable