Tensor { 9, 1, 8, 2, 7, 3, 6, 4, 5 } --obtain the 3 smallest elements > res = t: topk(3) > print(res) 1 2 3 [torch.
確定! 回上一頁