mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 05:39:22 +08:00
5 lines
51 B
Python
5 lines
51 B
Python
import torch
|
|
|
|
t4 = torch.ones((2, 2, 3))
|
|
print(t4)
|