Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/intents/
Dintent-generator.h76 bool GenerateIntents(const jstring device_locales,
88 bool GenerateIntents(const jstring device_locales,
Dintent-generator.cc835 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
869 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
/external/libtextclassifier/actions/
Dactions_jni.cc167 if (context->intent_generator()->GenerateIntents( in ActionSuggestionsToJObjectArray()
/external/libtextclassifier/annotator/
Dannotator_jni.cc216 if (model_context->intent_generator()->GenerateIntents( in ClassificationResultWithIntentsToJObject()