import torch; X1 = torch.randn(10, 10, 10); X2 = torch.randn(10, 10, 10); R1 = torch.einsum('ntg, ncg -> nct', X1, ...
確定! 回上一頁