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 707febe commit 10952f8Copy full SHA for 10952f8
backends/nxp/tests/test_split_group_convolution.py
@@ -8,8 +8,6 @@
8
9
import numpy as np
10
import torch
11
-from parameterized import parameterized
12
-from torch.fx import GraphModule
13
14
from executorch.backends.nxp.aten_passes.neutron_aten_pass_manager import (
15
NeutronAtenPassManager,
@@ -33,6 +31,8 @@
33
31
from executorch.exir import EdgeCompileConfig, EdgeProgramManager
34
32
from executorch.exir.dialects._ops import ops as exir_ops
35
from executorch.extension.export_util import export_to_edge
+from parameterized import parameterized
+from torch.fx import GraphModule
36
37
38
def _quantize_and_lower_module(
0 commit comments