Skip to content

Commit

Permalink
Update on "[ONNX] Export logical_not"
Browse files Browse the repository at this point in the history

Fixes #95154



[ghstack-poisoned]
  • Loading branch information
BowenBao committed Mar 9, 2023
1 parent fd91570 commit 82e7e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/onnx/test_op_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def reason_flaky() -> str:
ALLOWLIST_OP: AbstractSet[str] = frozenset(
[
"ceil",
"logical_not",
"sqrt",
"t",
]
Expand Down

0 comments on commit 82e7e9d

Please sign in to comment.