Home
last modified time | relevance | path

Searched defs:LoadLibrary (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/mpi/
Dmpi_interface.cc23 inline void *LoadLibrary(const char *name) { in LoadLibrary() function
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dnuma_interface.cc45 inline void *LoadLibrary(const char *name) { in LoadLibrary() function
/third_party/python/Lib/ctypes/
D__init__.py453 def LoadLibrary(self, name): member in LibraryLoader