Searched refs:feature_processor (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/annotator/ |
D | feature-processor_test.cc | 171 TestingFeatureProcessor feature_processor( in TEST_F() local 187 feature_processor.StripTokensFromOtherLines(context, span, &tokens); in TEST_F() 196 TestingFeatureProcessor feature_processor( in TEST_F() local 212 feature_processor.StripTokensFromOtherLines(context, span, &tokens); in TEST_F() 221 TestingFeatureProcessor feature_processor( in TEST_F() local 237 feature_processor.StripTokensFromOtherLines(context, span, &tokens); in TEST_F() 246 TestingFeatureProcessor feature_processor( in TEST_F() local 262 feature_processor.StripTokensFromOtherLines(context, span, &tokens); in TEST_F() 271 TestingFeatureProcessor feature_processor( in TEST_F() local 287 feature_processor.StripTokensFromOtherLines(context, span, &tokens); in TEST_F() [all …]
|
/external/libtextclassifier/actions/ |
D | feature-processor_test.cc | 72 ActionsFeatureProcessor feature_processor( in TEST_F() local 79 EXPECT_TRUE(feature_processor.AppendTokenFeatures(token, &embedding_executor_, in TEST_F() 92 ActionsFeatureProcessor feature_processor( in TEST_F() local 99 EXPECT_TRUE(feature_processor.AppendTokenFeatures(token, &embedding_executor_, in TEST_F() 113 ActionsFeatureProcessor feature_processor( in TEST_F() local 121 EXPECT_TRUE(feature_processor.AppendTokenFeatures( in TEST_F()
|
/external/libtextclassifier/annotator/number/ |
D | number.h | 40 const FeatureProcessor* feature_processor) in NumberAnnotator() argument 42 feature_processor_(feature_processor), in NumberAnnotator()
|
/external/libtextclassifier/annotator/duration/ |
D | duration.h | 61 const FeatureProcessor* feature_processor) in DurationAnnotator() argument 63 feature_processor_(feature_processor), in DurationAnnotator()
|
/external/libtextclassifier/annotator/contact/ |
D | contact-engine-dummy.h | 34 explicit ContactEngine(const FeatureProcessor* feature_processor, in ContactEngine() argument
|
/external/libtextclassifier/annotator/installed_app/ |
D | installed-app-engine-dummy.h | 34 explicit InstalledAppEngine(const FeatureProcessor* feature_processor, in InstalledAppEngine() argument
|