rml_op_selu_params

Parameters for the RML_OP_SELU operation.

SeLU(x) = gamma * (alpha * e^x - alpha)

API

Graph Manipulation

Items

Name

Type

Description

input

rml_op

Operation that outputs tensor containing input data.

alpha

float

The alpha value for the SeLU formulation.

gamma

float

The gamma value for the SeLU formulation.