meta-intel/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
Anuj Mittal 78386dd80b openvino-inference-engine: upgrade 2020.1 -> 2020.3.0
* Point to the renamed repository and change the project name to
  openvino-inference-engine.

* Include ngraph as a submodule instead of using it as a separate
  project.

* Use the new unit tests, the old ones have been deprecated.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-06-11 15:35:56 +08:00

159 B

#!/bin/sh

for i in cpu ie vpu do ./$i"UnitTests" |sed
-e 's|[.OK.](.)|PASS:\1|'
-e 's|[.FAILED.](.
)|FAIL:\1|' done