crop¶ torchvision.transforms.v2.functional.crop(inpt: Tensor, top: int, left: int, height: int, width: int) → Tensor[原始碼]¶ 詳見 RandomCrop。