load_library

dragon.load_library(library_location)[source]

Load a shared library.

The library should contain objects registered in a registry.py, e.g., CPUOperatorRegistry.

Parameters:
  • library_location (str) The path of the shared library file.