Searched refs:kNullPointerException (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | exception_jni.cc | 24 const char kNullPointerException[] = "java/lang/NullPointerException"; variable 48 throwException(env, kNullPointerException, in BufferErrorReporter()
|
D | exception_jni.h | 28 extern const char kNullPointerException[];
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | session_jni.cc | 29 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()
|
D | exception_jni.h | 29 extern const char kNullPointerException[];
|
D | exception_jni.cc | 25 const char kNullPointerException[] = "java/lang/NullPointerException"; variable
|
D | utils_jni.cc | 40 throwException(env, kNullPointerException, "invalid %s (#%d of %d)", type, in resolveOutputs()
|
D | tensor_jni.cc | 31 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()
|
D | operation_jni.cc | 29 env, kNullPointerException, in requireHandleImpl()
|