Celu
torch_celu(self, alpha = 1L)
self
the input tensor
alpha
the alpha value for the CELU formulation. Default: 1.0
See nnf_celu() for more info.
nnf_celu()