openvino.runtime.opset13.selu#
- openvino.runtime.opset13.selu(data: Node | int | float | ndarray, alpha: Node | int | float | ndarray, lambda_value: Node | int | float | ndarray, name: str | None = None) Node #
Perform a Scaled Exponential Linear Unit (SELU) operation on input node element-wise.
- Parameters:
data – input node, array or scalar.
alpha – Alpha coefficient of SELU operation
lambda_value – Lambda coefficient of SELU operation
name – The optional output node name.
- Returns:
The new node performing relu operation on its input element-wise.