Commit 42ff569
authored
Arm backend: Don't set requires_grad in Arm-backend fold_qdq-pass (#8027)
It was previously manually set to True for all placeholders as a workaround for an issue where some params did not have requires_grad properly set.
This caused issues for placeholders which were not leaf variables, and since the work around is not needed anyore we can just remove it.1 parent 3eea1f1 commit 42ff569
File tree
1 file changed
+0
-15
lines changed- backends/arm/_passes
1 file changed
+0
-15
lines changedLines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | 108 | | |
124 | 109 | | |
125 | 110 | | |
| |||
0 commit comments