summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/miutils
Commit message (Collapse)AuthorAgeFilesLines
* oeqa/runtime/mkl_dnn: Add mkldnn testsYeoh Ee Peng2020-01-221-0/+57
| | | | | | | | | | | | Add automated tests that: - test that mkl_dnn shared libraries and headers can be used to compile mkl_dnn sample application and execute it - test that mkl_dnn various api (eg. convolution, deconv, rnn, etc) are executable - add extra packages checking for test compiling mkldnn application Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@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-105-0/+110
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>