Home
last modified time | relevance | path

Searched defs:lib_handle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_internal.h66 void* lib_handle; member
Dc_api_experimental.cc758 void TF_DeletePluggableDeviceLibraryHandle(TF_Library* lib_handle) { in TF_DeletePluggableDeviceLibraryHandle()
Dc_api.cc554 TF_Library* lib_handle = new TF_Library; in TF_LoadLibrary() local
565 TF_Buffer TF_GetOpList(TF_Library* lib_handle) { return lib_handle->op_list; } in TF_GetOpList()
567 void TF_DeleteLibraryHandle(TF_Library* lib_handle) { in TF_DeleteLibraryHandle()
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h283 loader_platform_dl_handle lib_handle = LoadLibrary(lib_path); in loader_platform_open_library() local
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc752 m.def("TF_GetOpList", [](TF_Library* lib_handle) { in PYBIND11_MODULE()