Searched refs:throwExceptionIfNotOK (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/native/ |
D | server_jni.cc | 48 bool ok = throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Server_allocate() 64 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Server_start() 78 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Server_stop() 92 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Server_join()
|
D | operation_jni.cc | 82 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Operation_outputListLength() 107 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Operation_shape() 123 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Operation_shape() 173 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Operation_inputListLength()
|
D | session_jni.cc | 94 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Session_allocate2() 113 bool ok = throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Session_allocate2() 128 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Session_delete() 185 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Session_run()
|
D | graph_jni.cc | 106 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Graph_importGraphDef() 125 if (throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Graph_toGraphDef() 181 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Graph_addGradients() 273 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Graph_whileLoop() 318 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Graph_whileLoop()
|
D | saved_model_bundle_jni.cc | 37 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_SavedModelBundle_load() 84 if (throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_SavedModelBundle_load()
|
D | exception_jni.h | 37 bool throwExceptionIfNotOK(JNIEnv* env, const TF_Status* status);
|
D | exception_jni.cc | 70 bool throwExceptionIfNotOK(JNIEnv* env, const TF_Status* status) { in throwExceptionIfNotOK() function
|
D | tensor_jni.cc | 382 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Tensor_allocateScalarBytes() 467 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_Tensor_allocateNonScalarBytes() 587 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Tensor_scalarBytes() 617 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_Tensor_readNDArray()
|
D | operation_builder_jni.cc | 78 if (throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_OperationBuilder_finish() 216 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_OperationBuilder_setAttrTensor() 240 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_OperationBuilder_setAttrTensorList()
|
D | tensorflow_jni.cc | 42 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_TensorFlow_libraryLoad()
|