Searched refs:model_context (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/annotator/ |
D | annotator_jni.cc | 117 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultWithIntentsToJObject() argument 193 if (model_context->model()->entity_data_schema() != nullptr && in ClassificationResultWithIntentsToJObject() 195 extras = model_context->template_handler()->EntityDataAsNamedVariantArray( in ClassificationResultWithIntentsToJObject() 196 model_context->model()->entity_data_schema(), in ClassificationResultWithIntentsToJObject() 214 if (generate_intents && model_context->intent_generator() != nullptr) { in ClassificationResultWithIntentsToJObject() 216 if (model_context->intent_generator()->GenerateIntents( in ClassificationResultWithIntentsToJObject() 219 app_context, model_context->model()->entity_data_schema(), in ClassificationResultWithIntentsToJObject() 222 model_context->template_handler() in ClassificationResultWithIntentsToJObject() 238 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultsWithIntentsToJObjectArray() argument 275 env, model_context, app_context, result_class.get(), in ClassificationResultsWithIntentsToJObjectArray() [all …]
|