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 20944fd commit b3e11d3Copy full SHA for b3e11d3
1 file changed
backends/arm/quantizer/quantization_annotator.py
@@ -859,6 +859,7 @@ def any_or_hardtanh_min_zero(n: Node):
859
)
860
elif node.target in (
861
torch.ops.aten.cat.default,
862
+ torch.ops.aten.concat.default,
863
torch.ops.aten.concatenate.default,
864
torch.ops.aten.stack.default,
865
):
0 commit comments