Module openvino_sys::library[][src]

Expand description

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

Functions

find

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 inference_engine_c_api shared library on the system. Otherwise (with dynamic linking or compilation from source), this relies on a static path discovered at build time.

load

Load all of the function definitions from a shared library.