import torch from ._ops import ops def relu(input: torch.Tensor) -> torch.Tensor: return ops.relu(input)