Skip to content

Commit 9a03017

Browse files
Address review comments
Signed-off-by: Oscar Andersson <[email protected]> Change-Id: Ib918e209b153488976a4e3204463d185230147c1
1 parent 458d2bd commit 9a03017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/tosa_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def process_call_function(
319319
is_quant_node(node),
320320
)
321321
else:
322-
raise RuntimeError(f"Unknown operator {node.target.__name__}")
322+
raise RuntimeError(f"Unknown operator {node.target}")
323323

324324

325325
def expand_dims(

0 commit comments

Comments
 (0)