blob: cc46cad07668ce34e77443194d6dc9cab777a827 [file] [log] [blame]
def forward(self,
x: Tensor,
y: Tensor) -> str:
return torch.add(self.a, CONSTANTS.c0)