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