Home
last modified time | relevance | path

Searched defs:array_list_add (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/lite/java/native/runtime/
Dlite_session.cpp112 jmethodID array_list_add = env->GetMethodID(array_list, "add", "(Ljava/lang/Object;)Z"); in Java_com_mindspore_lite_LiteSession_getInputs() local
149 jmethodID array_list_add = env->GetMethodID(array_list, "add", "(Ljava/lang/Object;)Z"); in Java_com_mindspore_lite_LiteSession_getOutputsByNodeName() local
199 jmethodID array_list_add = env->GetMethodID(array_list, "add", "(Ljava/lang/Object;)Z"); in Java_com_mindspore_lite_LiteSession_getOutputTensorNames() local
397 jmethodID array_list_add = env->GetMethodID(array_list, "add", "(Ljava/lang/Object;)Z"); in Java_com_mindspore_lite_LiteSession_getFeaturesMap() local