Searched refs:kIllegalStateException (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/ |
D | smartreply_jni.cc | 23 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/ |
D | tensor_jni.cc | 74 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()
|
D | exception_jni.cc | 24 const char kIllegalStateException[] = "java/lang/IllegalStateException"; variable 59 return kIllegalStateException; in exceptionClassName()
|
D | operation_builder_jni.cc | 26 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()
|
D | exception_jni.h | 28 extern const char kIllegalStateException[];
|
D | server_jni.cc | 27 throwException(env, kIllegalStateException, in requireHandle()
|
D | graph_jni.cc | 30 throwException(env, kIllegalStateException, in requireHandleImpl()
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | exception_jni.h | 27 extern const char kIllegalStateException[];
|
D | tensor_jni.cc | 98 throwException(env, kIllegalStateException, in WriteOneDimensionalArray() 147 env, kIllegalStateException, in ReadOneDimensionalArray() 178 throwException(env, kIllegalStateException, in ReadOneDimensionalArray()
|
D | exception_jni.cc | 23 const char kIllegalStateException[] = "java/lang/IllegalStateException"; variable
|
D | nativeinterpreterwrapper_jni.cc | 166 env, kIllegalStateException, in Java_org_tensorflow_lite_NativeInterpreterWrapper_allocateTensors()
|