I have a custom layer. Let the layer be called \'Gaussian\'
class Gaussian(nn.Module): .... def forward(self, x): x = x ** 2 # Few oth