Searched refs:AnnotatorJniContext (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/annotator/ |
D | annotator_jni.cc | 66 class AnnotatorJniContext { class 68 static AnnotatorJniContext* Create( in Create() 82 return new AnnotatorJniContext(jni_cache, std::move(model), in Create() 100 AnnotatorJniContext( in AnnotatorJniContext() function in libtextclassifier3::__anond793edf90111::AnnotatorJniContext 117 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultWithIntentsToJObject() 238 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultsWithIntentsToJObjectArray() 287 JNIEnv* env, const AnnotatorJniContext* model_context, in ClassificationResultsToJObjectArray() 395 using libtextclassifier3::AnnotatorJniContext; 410 return reinterpret_cast<jlong>(AnnotatorJniContext::Create( in TC3_JNI_METHOD() 416 return reinterpret_cast<jlong>(AnnotatorJniContext::Create( in TC3_JNI_METHOD() [all …]
|