Skip to content

Commit b3e11d3

Browse files
authored
Quantize aten.concat like aten.cat for Ethos-U
Differential Revision: D110085289 Pull Request resolved: #20600
1 parent 20944fd commit b3e11d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/arm/quantizer/quantization_annotator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ def any_or_hardtanh_min_zero(n: Node):
859859
)
860860
elif node.target in (
861861
torch.ops.aten.cat.default,
862+
torch.ops.aten.concat.default,
862863
torch.ops.aten.concatenate.default,
863864
torch.ops.aten.stack.default,
864865
):

0 commit comments

Comments
 (0)