Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions backends/arm/tosa/partitioner.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
Loading