crop¶ torchvision.transforms.v2.functional.crop(inpt: Tensor, top: int, left: int, height: int, width: int) → Tensor[源代码]¶ 详见 RandomCrop。