elu — PyTorch 2.7 documentation (original) (raw)
class torch.ao.nn.quantized.functional.elu(input, scale, zero_point, alpha=1.0)[source][source]¶
This is the quantized version of elu().
Parameters
- input (Tensor) – quantized input
- scale (float) – quantization scale of the output tensor
- zero_point (int) – quantization zero point of the output tensor
- alpha (float) – the alpha constant
Return type
To analyze traffic and optimize your experience, we serve cookies on this site. By clicking or navigating, you agree to allow our usage of cookies. As the current maintainers of this site, Facebook’s Cookies Policy applies. Learn more, including about available controls: Cookies Policy.