diff --git a/backends/nxp/nxp_backend.py b/backends/nxp/nxp_backend.py index 6c7a7c77e83..d2cdfa7e852 100644 --- a/backends/nxp/nxp_backend.py +++ b/backends/nxp/nxp_backend.py @@ -174,7 +174,8 @@ def preprocess( # Otherwise, we get violation that this op is not part of ATen Core ops. edge_program._verifiers = [ EXIREdgeDialectVerifier( - class_only=True, core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default] + class_only=True, + core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default], ) ]