Commit 2b04dd0
committed
bug fix for when there are shared initializers across multiple pads in an ONNX
When there are multiple Pad's in a network which use the same initializer, the subsequent Pad quantization
doesn't find this initializer since it was deleted. It ends up creating a dangling QuantizeLinear node for the input[2] to the Pad which is a constant.1 parent 9492593 commit 2b04dd0
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments