hflip¶ torchvision.transforms.functional.hflip(img: Tensor) → Tensor[源代码]¶ 水平翻转给定的图像。 参数: img (PIL Image 或 Tensor) – 要翻转的图像。如果 img 是 Tensor,则预期其格式为 […, H, W],其中 … 表示它可以具有任意数量的前导维度。 返回值: 水平翻转后的图像。 返回类型: PIL Image 或 Tensor 使用 hflip 的示例 变换的说明 变换的说明