Searched refs:GetIntParameter (Results 1 – 4 of 4) sorted by relevance
53 ngram_id_dimension_ = GetIntParameter("id_dim", 10000); in Setup()54 ngram_size_ = GetIntParameter("size", 3); in Setup()
48 num_supported_scripts_ = GetIntParameter("num_supported_scripts", 172); in Setup()
81 int GenericFeatureFunction::GetIntParameter(const std::string &name, in GetIntParameter() function in libtextclassifier3::mobile::GenericFeatureFunction
216 int GetIntParameter(const std::string &name, int default_value) const;