From a4bfe896cf41ea4870bda18c5adea23b9634b9ed Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Thu, 30 Jul 2020 01:48:09 +0700 Subject: [PATCH] Change name of LoadLibrary --- tensorflow/c/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/c/env.h b/tensorflow/c/env.h index 048dca9eb43..895d3b57240 100644 --- a/tensorflow/c/env.h +++ b/tensorflow/c/env.h @@ -192,7 +192,7 @@ TF_CAPI_EXPORT extern void TF_JoinThread(TF_Thread* thread); // // On success, place OK in status and return the newly created library handle. // Otherwise returns nullptr and set error status. -TF_CAPI_EXPORT extern void* TF_LoadLibraryFromEnv(const char* library_filename, +TF_CAPI_EXPORT extern void* TF_LoadSharedLibrary(const char* library_filename, TF_Status* status); // \brief Get a pointer to a symbol from a dynamic library.