ClikaRT::ops::celu
function
celu()
Continuously differentiable exponential linear unit.
Parameters
x: the input tensor.alpha: the negative-side scale; the formula is continuous at 0 for everyalpha. Default1.0.
Throws
ClikaRT::Error: when the input's dtype is not served for this operation (the machine-readable reason ridescode_name()).
Returns: a new tensor, same shape and dtype as x.
auto y = ClikaRT::ops::celu(x, 0.5);
Declared in ClikaRT/compute/ops.h, line 721