Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSymbolFromLibrary (0.24 sec)

  1. tensorflow/c/env.h

    // TF_LoadLibraryFromEnv. On success, place OK in status and return a pointer to
    // the located symbol. Otherwise returns nullptr and set error status.
    TF_CAPI_EXPORT extern void* TF_GetSymbolFromLibrary(void* handle,
                                                        const char* symbol_name,
                                                        TF_Status* status);
    
    #ifdef __cplusplus
    }
    #endif
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Sat Jan 09 02:53:27 GMT 2021
    - 9.6K bytes
    - Viewed (0)
Back to top