Skip to content

Commit 1b58cf8

Browse files
committed
[Test] fix incorrect import in test_channelslast
1 parent fd7939f commit 1b58cf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/transformation/test_channelslast.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import qonnx.core.onnx_exec as oxe
3434
from qonnx.core.modelwrapper import ModelWrapper
3535
from qonnx.custom_op.channels_last.base_wrapped_op import to_channels_last_args
36-
from qonnx.custom_op.registry import get_ops_in_domain, getCustomOp
36+
from qonnx.custom_op.registry import get_ops_in_domain, getCustomOp, is_custom_op
3737
from qonnx.transformation.channels_last import (
3838
AbsorbChanFirstIntoMatMul,
3939
InsertChannelsLastDomainsAndTrafos,
@@ -46,7 +46,6 @@
4646
from qonnx.transformation.infer_shapes import InferShapes
4747
from qonnx.transformation.make_input_chanlast import MakeInputChannelsLast
4848
from qonnx.transformation.quant_constant_folding import FoldTransposeIntoQuantInit
49-
from qonnx.util.basic import is_custom_op
5049
from qonnx.util.test import download_model, get_golden_in_and_output, test_model_details
5150
from qonnx.util.to_channels_last import to_channels_last
5251

0 commit comments

Comments
 (0)