Searched refs:TF_GetOpList (Results 1 – 6 of 6) sorted by relevance
57 TF_Buffer buf = TF_GetOpList(reinterpret_cast<TF_Library*>(handle)); in Java_org_tensorflow_TensorFlow_libraryOpList()
63 op_list_str = py_tf.TF_GetOpList(lib_handle)
374 %typemap(out) TF_Buffer (TF_GetOpList,TF_GetBuffer) {
1662 TF_CAPI_EXPORT extern TF_Buffer TF_GetOpList(TF_Library* lib_handle);
203 TF_Buffer op_list_buf = TF_GetOpList(lib); in TEST()
989 TF_Buffer TF_GetOpList(TF_Library* lib_handle) { return lib_handle->op_list; } in TF_GetOpList() function