Skip to content

Commit 07da759

Browse files
manuelcandalesfacebook-github-bot
authored andcommitted
SpecDB: Fix hardtanh spec
Summary: titled Reviewed By: zonglinpeng Differential Revision: D72406135 fbshipit-source-id: b2f7433a0eb60941572ad6b77d66a8037a412e08
1 parent 1db37fc commit 07da759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facto/specdb/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@
21282128
lambda deps, dtype: fn.dtype_strict_lower_bound(deps[0].dtype)
21292129
),
21302130
cp.Value.Lt(
2131-
lambda deps, dtype: fn.dtype_strict_lower_bound(deps[0].dtype)
2131+
lambda deps, dtype: fn.dtype_strict_upper_bound(deps[0].dtype)
21322132
),
21332133
],
21342134
),

0 commit comments

Comments
 (0)