Skip to content

Commit 8d86cd3

Browse files
committed
Add as an attribute
1 parent 5bd637d commit 8d86cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/contrib/test_arm_compute_lib/test_add.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def _get_expected_codegen(shape, dtype, op_name, qnn_params):
7575
}
7676

7777
if qnn_params:
78-
node["lhs_axis"] = [[-1]]
79-
node["rhs_axis"] = [[-1]]
78+
node["attrs"]["lhs_axis"] = [[-1]]
79+
node["attrs"]["rhs_axis"] = [[-1]]
8080

8181
return [*inputs, node]
8282

0 commit comments

Comments
 (0)