def op_script(data: torch.Tensor) -> Union[torch.Tensor, Tuple[torch.Tensor, torch.Tensor]]: return kornia.random_hflip(data)
def op_script(data: torch.Tensor) -> torch.Tensor: return kornia.random_hflip(data)