70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"version": "0.2",
|
|
"components": {
|
|
"setupvars": {
|
|
"mandatory" : "yes",
|
|
"files": [
|
|
"setupvars.bat"
|
|
]
|
|
},
|
|
"openvino_license": {
|
|
"mandatory" : "yes",
|
|
"files": [
|
|
"licenses"
|
|
]
|
|
},
|
|
"ie_core": {
|
|
"group": ["ie"],
|
|
"files": [
|
|
"runtime/bin/intel64/Release/openvino.dll",
|
|
"runtime/bin/intel64/Release/openvino_gapi_preproc.dll",
|
|
"runtime/bin/intel64/Release/openvino_c.dll",
|
|
"runtime/bin/intel64/Release/openvino_hetero_plugin.dll",
|
|
"runtime/bin/intel64/Release/openvino_auto_plugin.dll",
|
|
"runtime/bin/intel64/Release/openvino_auto_batch_plugin.dll",
|
|
"runtime/bin/intel64/Release/openvino_ir_frontend.dll",
|
|
"runtime/bin/intel64/Release/openvino_onnx_frontend.dll",
|
|
"runtime/bin/intel64/Release/openvino_paddle_frontend.dll",
|
|
"runtime/bin/intel64/Release/openvino_pytorch_frontend.dll",
|
|
"runtime/bin/intel64/Release/openvino_tensorflow_frontend.dll",
|
|
"runtime/bin/intel64/Release/openvino_tensorflow_lite_frontend.dll",
|
|
"runtime/3rdparty/tbb"
|
|
]
|
|
},
|
|
"cpu": {
|
|
"ui_name": "OpenVINO Runtime for Intel(R) CPU",
|
|
"group": ["ie"],
|
|
"dependencies" : ["ie_core"],
|
|
"files": [
|
|
"runtime/bin/intel64/Release/openvino_intel_cpu_plugin.dll"
|
|
]
|
|
},
|
|
"gpu": {
|
|
"ui_name": "OpenVINO Runtime for Intel(R) Processor Graphics",
|
|
"group": ["ie"],
|
|
"dependencies" : ["ie_core"],
|
|
"files": [
|
|
"runtime/bin/intel64/Release/cache.json",
|
|
"runtime/bin/intel64/Release/openvino_intel_gpu_plugin.dll"
|
|
]
|
|
},
|
|
"gna": {
|
|
"ui_name": "OpenVINO Runtime for Intel(R) Gaussian Neural Accelerator",
|
|
"group": ["ie"],
|
|
"dependencies" : ["ie_core"],
|
|
"files": [
|
|
"runtime/bin/intel64/Release/gna.dll",
|
|
"runtime/bin/intel64/Release/openvino_intel_gna_plugin.dll"
|
|
]
|
|
},
|
|
"python": {
|
|
"ui_name": "OpenVINO Python API",
|
|
"group": ["python"],
|
|
"dependencies" : ["ie_core"],
|
|
"files": [
|
|
"python"
|
|
]
|
|
}
|
|
}
|
|
}
|