HomeSort by relevance Sort by last modified time
    Searched refs:GetIntParameter (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/lang_id/features/
char-ngram-feature.cc 52 ngram_id_dimension_ = GetIntParameter("id_dim", 10000);
53 ngram_size_ = GetIntParameter("size", 3);
relevant-script-feature.cc 48 num_supported_scripts_ = GetIntParameter("num_supported_scripts", 172);
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.cc 79 int GenericFeatureFunction::GetIntParameter(const string &name,
feature-extractor.h 215 int GetIntParameter(const string &name, int default_value) const;

Completed in 96 milliseconds