Skip to content

Commit b0aa8c1

Browse files
authored
Arm backend: Fix ioquantization pass test (#17099)
We need to use to_edge_transform_and_lower when testing the QuantizeInputs/QuantizeOutputs passes
1 parent 6ab8076 commit b0aa8c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backends/arm/test/passes/test_ioquantization_pass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Arm Limited and/or its affiliates.
1+
# Copyright 2025-2026 Arm Limited and/or its affiliates.
22
#
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
@@ -37,7 +37,7 @@ def test_quantize_io_u55_INT(test_data: input_t):
3737
test_data,
3838
aten_ops=[],
3939
exir_ops=[],
40-
use_to_edge_transform_and_lower=False,
40+
use_to_edge_transform_and_lower=True,
4141
run_on_fvp=False,
4242
)
4343
pipeline.pop_stage(-1)

0 commit comments

Comments
 (0)