Searched refs:TF_Library (Results 1 – 5 of 5) sorted by relevance
41 TF_Library* h = TF_LoadLibrary(cname, status); in Java_org_tensorflow_TensorFlow_libraryLoad()51 TF_DeleteLibraryHandle(reinterpret_cast<TF_Library*>(handle)); in Java_org_tensorflow_TensorFlow_libraryDelete()57 TF_Buffer buf = TF_GetOpList(reinterpret_cast<TF_Library*>(handle)); in Java_org_tensorflow_TensorFlow_libraryOpList()
1513 typedef struct TF_Library TF_Library; typedef1526 TF_CAPI_EXPORT extern TF_Library* TF_LoadLibrary(const char* library_filename,1534 TF_CAPI_EXPORT extern TF_Buffer TF_GetOpList(TF_Library* lib_handle);1538 TF_CAPI_EXPORT extern void TF_DeleteLibraryHandle(TF_Library* lib_handle);
69 struct TF_Library { struct
876 TF_Library* TF_LoadLibrary(const char* library_filename, TF_Status* status) { in TF_LoadLibrary()877 TF_Library* lib_handle = new TF_Library; in TF_LoadLibrary()888 TF_Buffer TF_GetOpList(TF_Library* lib_handle) { return lib_handle->op_list; } in TF_GetOpList()890 void TF_DeleteLibraryHandle(TF_Library* lib_handle) { in TF_DeleteLibraryHandle()
189 TF_Library* lib = in TEST()2187 TF_Library* lib = in TEST()2221 TF_Library* lib = in TEST()