diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-06-27 12:14:27 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-07-12 16:40:57 +0800 |
commit | e97386254712047f27f5554da6470fe3fb65d07a (patch) | |
tree | d6e49969da310c1ac1edfce0451099a7aa91281c /lib/oeqa/runtime/miutils/dldtutils.py | |
parent | ea0a7de92f983fde57ae64d642fb7b534627cd82 (diff) | |
download | meta-intel-e97386254712047f27f5554da6470fe3fb65d07a.tar.gz |
openvino-inference-engine : Remove openvino related recipes and tests
* 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>
Diffstat (limited to 'lib/oeqa/runtime/miutils/dldtutils.py')
-rw-r--r-- | lib/oeqa/runtime/miutils/dldtutils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/oeqa/runtime/miutils/dldtutils.py b/lib/oeqa/runtime/miutils/dldtutils.py deleted file mode 100644 index 45bf2e12..00000000 --- a/lib/oeqa/runtime/miutils/dldtutils.py +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | |||
2 | def get_testdata_config(testdata, config): | ||
3 | return testdata.get(config) | ||