Skip to content

Commit 592ac94

Browse files
committed
Arm backend: fix after resolving conflict
Change-Id: Iee6ae28e98d2a8bdb1e45347a9bf9a8cb31020a9
1 parent dec6aa4 commit 592ac94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/arm/tosa/backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def _sort_key(t: Node) -> int:
161161
graph_module.graph.lint()
162162
graph_module.recompile()
163163

164-
node_visitors = get_node_visitors(edge_program, tosa_spec)
165164
input_count = 0
166165
for node in graph_module.graph.nodes:
167166
node = cast(Node, node)

0 commit comments

Comments
 (0)