This is quick verification example for OpenVINO specific layer or node. We can construct a model and inference this model.
Test model constructed via cpp interface.
Test model constructed via python interface.
cd ov_self_build_model_example
python3 -m venv python-env
source python-env/bin/activate