This commit is contained in:
Kentaro Wada
2017-05-21 08:09:10 +09:00
parent f4b3d8a282
commit 80169c48ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
| `np.arange(10)` | `torch.range(0, 9)` |
| `np.arange(2, 3, 0.1)` | `torch.range(2, 2.9, 10)` |
| `np.linspace` | `torch.linspace` |
| `np.logspace` | `np.logspace` |
| `np.logspace` | `torch.logspace` |
### Building matrices