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 |
Operation that outputs tensor containing input data. |
|
alpha |
float |
The alpha value for the LeakyReLU formulation. |