第34个方法torch.index_select(input, dim, index, *, out=None) → Tensor此方法的作用是,根据dim取出input中的index对应的元素,并且返回一个tensor, ...
確定! 回上一頁