celu
-
class torch.ao.nn.quantized.functional.celu(input, scale, zero_point, alpha=1.) [source]
-
Applies the quantized CELU function element-wise.
- Parameters
-
-
input (Tensor) – quantized input
-
alpha (float) – the value for the CELU formulation. Default: 1.0
- Return type
-
Tensor