Skip to content

Commit

Permalink
Implement tests/cc/test_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs committed Jan 28, 2021
1 parent 81da815 commit e726b42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/conditional_compilation/test_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Using models from https://github.com/openvinotoolkit/testdata
# $find models -wholename "*.xml"

- model:
path: ${TESTDATA}/models/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224_i8.xml
- model:
path: ${TESTDATA}/models/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224_i8.xml
- model:
path: ${TESTDATA}/models/inception_v3/inception_v3_i8.xml
- model:
path: ${TESTDATA}/models/resnet_v1_50/resnet_v1_50_i8.xml
- model:
path: ${TESTDATA}/models/test_model/test_model_fp16.xml
- model:
path: ${TESTDATA}/models/test_model/test_model_fp32.xml

0 comments on commit e726b42

Please sign in to comment.