Skip to content

Commit

Permalink
update test scripts for instance norm
Browse files Browse the repository at this point in the history
Signed-off-by: 裴自强 <[email protected]>
  • Loading branch information
裴自强 committed Nov 18, 2024
1 parent 3eb4896 commit 042ab0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_named_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"native_group_norm": ("test_accuracy_groupnorm",),
"layer_norm": ("test_accuracy_layernorm",),
"native_layer_norm": ("test_accuracy_layernorm",),
"instance_norm": ("test_accuracy_instancenorm",),
"native_instance_norm": ("test_accuracy_instancenorm",),
"log_softmax": ("test_accuracy_log_softmax",),
"max": (
"test_accuracy_max_without_dim",
Expand Down

0 comments on commit 042ab0a

Please sign in to comment.