import torch from torch.autograd import grad ... x1 = torch.tensor([[1., 2., 3.], [4., 5., 6.]]) ... torch.arange(10, dtype=torch.float)
確定! 回上一頁