From ddd67d8d702ff546e6715114b45fe269ab4d2055 Mon Sep 17 00:00:00 2001 From: Sebastian Larsson Date: Thu, 22 Jan 2026 16:33:56 +0100 Subject: [PATCH] Arm backend: Remove duplicate tosa_spec assignment in tosa partitioner Change-Id: Ie5b1c94ae785b33b05d545e1d6cb93841e6ee33f Signed-off-by: Sebastian Larsson --- backends/arm/tosa/partitioner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/arm/tosa/partitioner.py b/backends/arm/tosa/partitioner.py index 24707f00ea0..79ff01250aa 100644 --- a/backends/arm/tosa/partitioner.py +++ b/backends/arm/tosa/partitioner.py @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Arm Limited and/or its affiliates. +# Copyright 2023-2026 Arm Limited and/or its affiliates. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. @@ -184,7 +184,6 @@ def __init__( ) self.tosa_spec = compile_spec.tosa_spec self.additional_checks = additional_checks - self.tosa_spec = compile_spec.tosa_spec def _detag_boundary_nodes( self, module: GraphModule, tag: str, reporter: WhyNoPartitionReporter