torch.index_add¶ torch.index_add(input: Tensor, dim: int, index: Tensor, source: Tensor, *, alpha: Union[Number, _complex] = 1, out: Optional[Tensor]) → Tensor¶ 请参阅 index_add_() 以获取函数描述。