Home
last modified time | relevance | path

Searched refs:throwExceptionIfNotOK (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/native/
Dserver_jni.cc48 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()
Doperation_jni.cc82 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()
Dsession_jni.cc94 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()
Dgraph_jni.cc106 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()
Dsaved_model_bundle_jni.cc37 if (!throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_SavedModelBundle_load()
84 if (throwExceptionIfNotOK(env, status)) { in Java_org_tensorflow_SavedModelBundle_load()
Dexception_jni.h37 bool throwExceptionIfNotOK(JNIEnv* env, const TF_Status* status);
Dexception_jni.cc70 bool throwExceptionIfNotOK(JNIEnv* env, const TF_Status* status) { in throwExceptionIfNotOK() function
Dtensor_jni.cc382 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()
Doperation_builder_jni.cc78 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()
Dtensorflow_jni.cc42 throwExceptionIfNotOK(env, status); in Java_org_tensorflow_TensorFlow_libraryLoad()