Selu#
Selu - 1#
Version
name: Selu (GitHub)
domain: main
since_version: 1
function:
support_level: SupportType.COMMON
shape inference: False
This version of the operator has been available since version 1.
Summary
Attributes
alpha - FLOAT : Coefficient of SELU default to 1.6732.
consumed_inputs - INTS : legacy optimization attribute.
gamma - FLOAT : Coefficient of SELU default to 1.0507.
Inputs
X (heterogeneous) - T:
Outputs
Y (heterogeneous) - T:
Type Constraints
T in ( tensor(double), tensor(float), tensor(float16) ): Constrain input and output types to float tensors.