Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/main/native/
Dexception_jni.cc24 const char kNullPointerException[] = "java/lang/NullPointerException"; variable
48 throwException(env, kNullPointerException, in BufferErrorReporter()
Dexception_jni.h28 extern const char kNullPointerException[];
/external/tensorflow/tensorflow/java/src/main/native/
Dsession_jni.cc29 throwException(env, kNullPointerException, in requireHandle()
50 throwException(env, kNullPointerException, "invalid %s (#%d of %d)", type, in resolveHandles()
83 throwException(env, kNullPointerException, "Graph has been close()d"); in Java_org_tensorflow_Session_allocate2()
Dexception_jni.h29 extern const char kNullPointerException[];
Dexception_jni.cc25 const char kNullPointerException[] = "java/lang/NullPointerException"; variable
Dutils_jni.cc40 throwException(env, kNullPointerException, "invalid %s (#%d of %d)", type, in resolveOutputs()
Dtensor_jni.cc31 throwException(env, kNullPointerException, in requireHandle()
358 throwException(env, kNullPointerException, in Java_org_tensorflow_Tensor_allocate()
404 throwException(env, kNullPointerException, in nonScalarTF_STRINGTensorSize()
458 throwException(env, kNullPointerException, in Java_org_tensorflow_Tensor_allocateNonScalarBytes()
Doperation_jni.cc29 env, kNullPointerException, in requireHandleImpl()