-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathonnx_models_cpu_llvm_task.json
21 lines (21 loc) · 1.4 KB
/
onnx_models_cpu_llvm_task.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"config_name": "cpu_llvm_task",
"iree_compile_flags": [
"--iree-hal-target-backends=llvm-cpu",
"--iree-llvmcpu-target-cpu=host"
],
"iree_run_module_flags": [
"--device=local-task"
],
"tests_and_expected_outcomes": {
"default": "pass",
"tests/model_zoo/validated/vision/classification_models_test.py::test_models[inception_and_googlenet/inception_v1/model/inception-v1-12.onnx]": "fail-compile",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[faster-rcnn/model/FasterRCNN-12.onnx]": "fail-compile",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[fcn/model/fcn-resnet50-12.onnx]": "fail-run",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[mask-rcnn/model/MaskRCNN-12.onnx]": "fail-compile",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[retinanet/model/retinanet-9.onnx]": "fail-run",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[ssd/model/ssd-12.onnx]": "fail-compile",
"tests/model_zoo/validated/vision/object_detection_segmentation_models_test.py::test_models[yolov4/model/yolov4.onnx]": "fail-run",
"tests/model_zoo/validated/vision/style_transfer_models_test.py::test_models[fast_neural_style/model/mosaic-9.onnx]": "fail-compile"
}
}