Function openvino_finder::find[][src]

pub fn find(library_name: &str) -> Option<PathBuf>

Find the path to an OpenVINO library. This will try:

  • the OPENVINO_INSTALL_DIR environment variable with several subdirectories appended
  • the INTEL_OPENVINO_DIR environment variable with several subdirectories appended
  • the environment’s library path (e.g. LD_LIBRARY_PATH in Linux)
  • OpenVINO’s default installation paths for the OS