Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator_jni.cc74 class AnnotatorJniContext { class
76 static AnnotatorJniContext* Create( in Create()
90 return new AnnotatorJniContext(jni_cache, std::move(model), in Create()
110 AnnotatorJniContext( in AnnotatorJniContext() function in libtextclassifier3::__anon9a758e2d0111::AnnotatorJniContext
127 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultWithIntentsToJObject()
304 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultsWithIntentsToJObjectArray()
366 JNIEnv* env, const AnnotatorJniContext* model_context, in ClassificationResultsToJObjectArray()
481 using libtextclassifier3::AnnotatorJniContext;
498 return reinterpret_cast<jlong>(AnnotatorJniContext::Create( in TC3_JNI_METHOD()
504 return reinterpret_cast<jlong>(AnnotatorJniContext::Create( in TC3_JNI_METHOD()
[all …]