Skip to content

Commit

Permalink
🚚 Refactor: moved uint8 support for sign to PaddlePaddle#59514
Browse files Browse the repository at this point in the history
  • Loading branch information
PommesPeter committed Nov 29, 2023
1 parent e11eeca commit 76ed6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -4621,7 +4621,7 @@ def sign(x, name=None):
'bfloat16',
'float32',
'float64',
'uint8',
'uint16',
],
'sign',
)
Expand Down

0 comments on commit 76ed6cb

Please sign in to comment.