Module openvino_sys::library

source ·
Expand description

Contains extra utilities for finding and loading the OpenVINO shared libraries.

Functions

  • Return the location of the shared library openvino-sys will link to. If compiled with runtime linking, this will attempt to discover the location of a openvino_c shared library on the system. Otherwise (with dynamic linking or compilation from source), this relies on a static path discovered at build time.
  • Load all of the function definitions from a shared library.