openvino.runtime.opset9.selu

openvino.runtime.opset9.selu(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], alpha: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], lambda_value: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.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.