Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/
Dsmartreply_jni.cc23 const char kIllegalStateException[] = "java/lang/IllegalStateException"; variable
31 env->ThrowNew(env->FindClass(kIllegalStateException), ""); in CheckNotNull()
71 env->ThrowNew(env->FindClass(kIllegalStateException), ""); in Java_com_example_android_smartreply_SmartReplyClient_loadJNI()
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc74 env, kIllegalStateException, in writeScalar()
106 throwException(env, kIllegalStateException, "invalid DataType(%d)", in writeScalar()
126 env, kIllegalStateException, \ in write1DArray()
144 throwException(env, kIllegalStateException, "invalid DataType(%d)", in write1DArray()
158 env, kIllegalStateException, in read1DArray()
179 throwException(env, kIllegalStateException, "invalid DataType(%d)", in read1DArray()
546 throwException(env, kIllegalStateException, "Tensor is not a scalar"); \
548 throwException(env, kIllegalStateException, "Tensor is not a %s scalar", \
567 throwException(env, kIllegalStateException, "Tensor is not a scalar"); in Java_org_tensorflow_Tensor_scalarBytes()
Dexception_jni.cc24 const char kIllegalStateException[] = "java/lang/IllegalStateException"; variable
59 return kIllegalStateException; in exceptionClassName()
Doperation_builder_jni.cc26 throwException(env, kIllegalStateException, in requireHandle()
35 throwException(env, kIllegalStateException, in resolveOutput()
46 throwException(env, kIllegalStateException, in requireTensor()
57 throwException(env, kIllegalStateException, in Java_org_tensorflow_OperationBuilder_allocate()
124 throwException(env, kIllegalStateException, in Java_org_tensorflow_OperationBuilder_addControlInput()
Dexception_jni.h28 extern const char kIllegalStateException[];
Dserver_jni.cc27 throwException(env, kIllegalStateException, in requireHandle()
Dgraph_jni.cc30 throwException(env, kIllegalStateException, in requireHandleImpl()
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dexception_jni.h27 extern const char kIllegalStateException[];
Dtensor_jni.cc98 throwException(env, kIllegalStateException, in WriteOneDimensionalArray()
147 env, kIllegalStateException, in ReadOneDimensionalArray()
178 throwException(env, kIllegalStateException, in ReadOneDimensionalArray()
Dexception_jni.cc23 const char kIllegalStateException[] = "java/lang/IllegalStateException"; variable
Dnativeinterpreterwrapper_jni.cc166 env, kIllegalStateException, in Java_org_tensorflow_lite_NativeInterpreterWrapper_allocateTensors()