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