Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Dintent-generator.h34 bool GenerateIntents(const jstring device_locales,
46 bool GenerateIntents(const jstring device_locales,
Dintent-generator.cc873 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
908 bool IntentGenerator::GenerateIntents( in GenerateIntents() function in libtextclassifier3::IntentGenerator
/external/libtextclassifier/native/actions/
Dactions_jni.cc179 if (context->intent_generator()->GenerateIntents( in ActionSuggestionsToJObjectArray()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc257 if (!model_context->intent_generator()->GenerateIntents( in ClassificationResultWithIntentsToJObject()