Files
openvino/docs/IE_DG/PythonPackage_Overview.md
Ilya Churaev b1fba3a675 Rename runtime to src (#8842)
* Renamed runtime to src

* Removed old paths

* Fixed cmake

* Fixed doc
2021-11-27 11:28:25 +03:00

690 B

OpenVINO™ Python* package

OpenVINO™ Python* package includes types to measure model and calibrate to low precision.

The OpenVINO™ Python* package available in the <INSTALL_DIR>/python/python3.X directory.

The OpenVINO™ Python* package includes the following sub-packages:

  • openvino.inference_engine - Python* wrapper on OpenVINO™ Inference Engine.
  • openvino.tools.accuracy_checker - Measure accuracy.
  • openvino.tools.benchmark - Measure latency and throughput.

See Also