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

  /external/libtextclassifier/lang_id/
light-sentence-features.h 28 typedef FeatureFunction<LightSentence> LightSentenceFeature;
  /external/libtextclassifier/common/
feature-extractor.h 316 class FeatureFunction
318 public RegisterableClass<FeatureFunction<OBJ, ARGS...> > {
320 using Self = FeatureFunction<OBJ, ARGS...>;
381 class NestedFeatureFunction : public FeatureFunction<OBJ, ARGS...> {
469 : public NestedFeatureFunction<FeatureFunction<OBJ, ARGS...>, OBJ,
481 // FeatureFunction<OBJ, ARGS...> calls nested functions of type
482 // FeatureFunction<OBJ, IDX, ARGS...>, where the derived class DER is
492 : public NestedFeatureFunction<FeatureFunction<OBJ, IDX, ARGS...>, OBJ,
561 // Template type parameters are as defined for FeatureFunction.
566 typedef FeatureFunction<OBJ, ARGS...> Function
    [all...]

Completed in 1340 milliseconds