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 5557c73 commit 2ded073Copy full SHA for 2ded073
neural_compressor/adaptor/ox_utils/operators/split.py
@@ -51,7 +51,7 @@ def convert(self):
51
quantized_input_names = []
52
quantized_input_names.append(parent.input[0])
53
if len(node.input) > 1:
54
- quantized_input_names = quantized_input_names.extend(node.input[1:])
+ quantized_input_names.extend(node.input[1:])
55
outputs = []
56
for output in node.output:
57
if output in self.quantizer.model.input_name_to_nodes:
0 commit comments