summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/files/dldt-inference-engine
Commit message (Collapse)AuthorAgeFilesLines
* openvino-inference-engine : Remove openvino related recipes and testsYogesh Tyagi2024-07-121-135/+0
| | | | | | | | | | | | | * Remove all openvino related recipes, tests and other data from meta-intel layer as a new layer (meta-oepnvino) specific to openvino has been created. * Update openvino documentation meta-openvino layer URL: https://github.com/intel/meta-openvino Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oeqa/runtime/cases/dldt: Enable inference engine and model optimizer testsYeoh Ee Peng2019-12-101-0/+135
Add sanity tests for inference engine: - test inference engine c/cpp shared library - test inference engine python api - test inference engine cpu, gpu, myriad plugin Add sanity tests for model optimizer - test model optmizer can generate ir Licenses: - classification_sample.py license: Apache 2.0 source: <install_root>/deployment_tools/inference_engine/samples/* Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>