rml_op_elu_params

Parameters for the RML_OP_ELU operation.

ELU(x) = max(0, x) + min(0, alpha * (exp(x) - 1))

API

Graph Manipulation

Items

Name

Type

Description

input

rml_op

Operation that outputs tensor containing input data.

alpha

float

The alpha value for the ELU formulation. Usually is 1.0.