torch.gather(input, dim, index, out=None) → Tensor · Gathers values along an axis specified by dim. · For a 3-D tensor the output is specified by: · out[i][j][k] ...
確定! 回上一頁