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

  /external/libtextclassifier/lang_id/features/
light-sentence-features.h 32 typedef FeatureExtractor<LightSentence> LightSentenceExtractor;
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.h 120 // types are not available until FeatureExtractor<>::Init() has been called.
141 // FeatureExtractor<>::Init().
170 // will be established by the time FeatureExtractor<>::Init() completes.
552 class FeatureExtractor : public GenericFeatureExtractor {
556 typedef FeatureExtractor<OBJ, ARGS...> Self;
563 FeatureExtractor() {}
565 ~FeatureExtractor() override { utils::STLDeleteElements(&functions_); }

Completed in 72 milliseconds