rml_op_leaky_relu_params

Parameters for the RML_OP_LEAKY_RELU operation.

LeakyReLU(x) = max(0, x) + alpha * min(0, x)

API

Graph Manipulation

Items

Name

Type

Description

input

rml_op

Operation that outputs tensor containing input data.

alpha

float

The alpha value for the LeakyReLU formulation.
Controls the angle of the negative slope. Usually is 0.2f.