Extend components.yml config
This commit is contained in:
parent
6d29e1d432
commit
29f23d9948
45
.github/components.yml
vendored
45
.github/components.yml
vendored
@ -1,7 +1,48 @@
|
||||
CPU:
|
||||
dependent_components:
|
||||
- Python_API
|
||||
Python_API: [build, test]
|
||||
|
||||
Python_API:
|
||||
dependent_components:
|
||||
- CPU.build
|
||||
CPU: [build]
|
||||
|
||||
C_API:
|
||||
dependent_components:
|
||||
CPU: [build]
|
||||
|
||||
Model_Hub_Tests:
|
||||
dependent_components:
|
||||
Torch_Model_Hub_Tests: [build, test]
|
||||
TF_Model_Hub_Tests: [build, test]
|
||||
|
||||
TF_FE:
|
||||
dependent_components:
|
||||
TF_Model_Hub_Tests: [build, test]
|
||||
|
||||
PyTorch_FE:
|
||||
dependent_components:
|
||||
Torch_Model_Hub_Tests: [build, test]
|
||||
|
||||
TFL_FE:
|
||||
|
||||
ONNX_FE:
|
||||
|
||||
PDPD_FE:
|
||||
|
||||
IR_FE:
|
||||
|
||||
AUTO:
|
||||
|
||||
AUTO_BATCH:
|
||||
|
||||
TEMPLATE:
|
||||
|
||||
HETERO:
|
||||
|
||||
MO:
|
||||
|
||||
samples:
|
||||
|
||||
transformations:
|
||||
|
||||
LP_transformations:
|
||||
|
Loading…
Reference in New Issue
Block a user