Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Dintent-generator.h51 bool GenerateIntents(const jstring device_locales,
63 bool GenerateIntents(const jstring device_locales,
Dintent-generator.cc173 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
208 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
Dintent-generator-test-lib.cc140 EXPECT_TRUE(generator->GenerateIntents( in TEST_F()
162 EXPECT_FALSE(generator->GenerateIntents( in TEST_F()
188 EXPECT_TRUE(generator->GenerateIntents( in TEST_F()
/external/libtextclassifier/native/actions/
Dactions_jni.cc204 if (context->intent_generator()->GenerateIntents( in ActionSuggestionsToJObject()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc274 if (!model_context->intent_generator()->GenerateIntents( in ClassificationResultWithIntentsToJObject()