Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/
Dlanguage-identifier-features.cc34 ngram_id_dimension_ = GetIntParameter("id_dim", 10000); in Setup()
35 ngram_size_ = GetIntParameter("size", 3); in Setup()
/external/libtextclassifier/common/
Dtask-context.h50 int GetIntParameter(const std::string &name) const;
Dfeature-extractor.cc93 int GenericFeatureFunction::GetIntParameter(const std::string &name, in GetIntParameter() function in libtextclassifier::nlp_core::GenericFeatureFunction
Dtask-context.cc108 int TaskContext::GetIntParameter(const std::string &name) const { in GetIntParameter() function in libtextclassifier::nlp_core::TaskContext
Dfeature-extractor.h228 int GetIntParameter(const std::string &name, int default_value) const;