Celu_
torch_celu_(self, alpha = 1L)
self
the input tensor
alpha
the alpha value for the CELU formulation. Default: 1.0
In-place version of torch_celu().
torch_celu()