This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Commit 0bbd6f9
[ONNX] Use v1 ops in Convolution operator. (#4123)
* Return v1::Reshape in builder::reshape function.
* Use default_opset in ONNX Convolution operators.
* Revert builder::reshape to return v0 op.
* Remove unused code.
* Update year in license header.
* Remove AutoBroadcastSpec arg and use default value.
Co-authored-by: Scott Cyphers <[email protected]>1 parent 663e9bb commit 0bbd6f9
File tree
2 files changed
+6
-5
lines changed- src/ngraph/frontend/onnx_import/op
- test/opset_pass
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments