We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab8076 commit b0aa8c1Copy full SHA for b0aa8c1
1 file changed
backends/arm/test/passes/test_ioquantization_pass.py
@@ -1,4 +1,4 @@
1
-# Copyright 2025 Arm Limited and/or its affiliates.
+# Copyright 2025-2026 Arm Limited and/or its affiliates.
2
#
3
# This source code is licensed under the BSD-style license found in the
4
# LICENSE file in the root directory of this source tree.
@@ -37,7 +37,7 @@ def test_quantize_io_u55_INT(test_data: input_t):
37
test_data,
38
aten_ops=[],
39
exir_ops=[],
40
- use_to_edge_transform_and_lower=False,
+ use_to_edge_transform_and_lower=True,
41
run_on_fvp=False,
42
)
43
pipeline.pop_stage(-1)
0 commit comments