mirror of
https://github.com/wassname/pytorch-for-numpy-users.git
synced 2026-06-27 16:10:21 +08:00
Add ceil
This commit is contained in:
@@ -140,6 +140,8 @@ constructors:
|
||||
pytorch: x.round
|
||||
- numpy: np.floor(x)
|
||||
pytorch: x.floor()
|
||||
- numpy: np.ceil(x)
|
||||
pytorch: x.ceil()
|
||||
- numpy: x.trace
|
||||
pytorch: x.trace
|
||||
- numpy: x.sum
|
||||
|
||||
Reference in New Issue
Block a user