Add batch plugin to openvino wheel (#9432)

This commit is contained in:
Sergey Lyubimtsev
2021-12-25 12:42:55 +03:00
committed by GitHub
parent acfae31759
commit 73143b8c03

View File

@@ -78,6 +78,11 @@ LIB_INSTALL_CFG = {
'install_dir': OV_RUNTIME_LIBS_DIR,
'rpath': LIBS_RPATH,
},
'batch_plugin': {
'name': 'batch',
'prefix': 'libs.core',
'install_dir': OV_RUNTIME_LIBS_DIR,
},
'tbb_libs': {
'name': 'tbb',
'prefix': 'libs.tbb',