Pineberry commited on
Commit
8d6aa9b
·
verified ·
1 Parent(s): 7f55908

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -61,11 +61,12 @@ onnx.save_model(model_onnx_clean_nchw, "ds_cnn.onnx")
61
 
62
  > Note: We tested this network for the following features. If you encounter any error please open an [issue](https://gitlab.eclipse.org/groups/eclipse/aidge/-/issues). Features not tested in CI may not be functional.
63
 
64
- | Feature | Tested in CI |
65
- | :---------: | :----------: |
66
- | ONNX import | ✔️ |
67
- | Backend CPU | ✔️ |
68
- | Export CPP | ✔️ |
 
69
 
70
 
71
  ## Model
 
61
 
62
  > Note: We tested this network for the following features. If you encounter any error please open an [issue](https://gitlab.eclipse.org/groups/eclipse/aidge/-/issues). Features not tested in CI may not be functional.
63
 
64
+ | Feature | Tested in CI |
65
+ | :----------: | :----------: |
66
+ | ONNX import | ✔️ |
67
+ | Runtime CPU | ✔️ |
68
+ | Runtime CUDA | ✔️ |
69
+ | Export CPU | ✔️ |
70
 
71
 
72
  ## Model