src/inference/README.md
OpenVINO Inference is a part of the OpenVINO Runtime library. The component is responsible for model inference on hardware devices and provides API for OpenVINO Plugin development.
OpenVINO Inference uses the common coding style rules.
People from the openvino-ie-maintainers group have the rights to approve and merge PRs to the inference component. They can assist with any questions about the component.
OpenVINO Inference has the following structure:
openvino::runtime::dev.OpenVINO Inference has unit and functional tests. Unit tests are located in src/inference/tests/unit, functional tests are located in src/inference/tests/functional.