Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 703 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 703 Bytes

An overview of the openvino_contrib modules

This list gives an overview of all modules available inside the contrib repository. To turn off building one of these module repositories, set the names in bold below to

$ cmake -DIE_EXTRA_MODULES=<openvino_contrib>/modules -DBUILD_<module name>=OFF <openvino_source_directory>
  • arm_plugin: ARM CPU Plugin -- allows to perform deep neural networks inference on ARM CPUs, using OpenVINO API.
  • java_api: Inference Engine Java API -- provides Java wrappers for Inference Engine public API.
  • mo_pytorch: PyTorch extensions for Model Optimizer -- native PyTorch to OpenVINO IR converter