We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fa5e3 commit a4ac131Copy full SHA for a4ac131
backends/nxp/nxp_backend.py
@@ -174,7 +174,8 @@ def preprocess(
174
# Otherwise, we get violation that this op is not part of ATen Core ops.
175
edge_program._verifiers = [
176
EXIREdgeDialectVerifier(
177
- class_only=True, core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default]
+ class_only=True,
178
+ core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default],
179
)
180
]
181
0 commit comments