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