快捷方式

torch.Tensor.expand_as

Tensor.expand_as(other) Tensor

将此张量扩展到与 other 相同的大小。 self.expand_as(other) 等效于 self.expand(other.size())

有关 expand 的更多信息,请参阅 expand()

参数

other (torch.Tensor) – 结果张量的大小与 other 相同。

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

为初学者和高级开发者提供深入的教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源