File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3333import qonnx .core .onnx_exec as oxe
3434from qonnx .core .modelwrapper import ModelWrapper
3535from 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
3737from qonnx .transformation .channels_last import (
3838 AbsorbChanFirstIntoMatMul ,
3939 InsertChannelsLastDomainsAndTrafos ,
4646from qonnx .transformation .infer_shapes import InferShapes
4747from qonnx .transformation .make_input_chanlast import MakeInputChannelsLast
4848from qonnx .transformation .quant_constant_folding import FoldTransposeIntoQuantInit
49- from qonnx .util .basic import is_custom_op
5049from qonnx .util .test import download_model , get_golden_in_and_output , test_model_details
5150from qonnx .util .to_channels_last import to_channels_last
5251
You can’t perform that action at this time.
0 commit comments