rml_op_thresholded_relu_params
Parameters for the RML_OP_THRESHOLDED_RELU operation.
ThReLU(x) = x, x > alpha
ThReLU(x) = 0, x <= alpha
API
Graph Manipulation
Items
Name |
Type |
Description |
---|---|---|
input |
Operation that outputs tensor containing input data. |
|
alpha |
float |
The threshold value for the ThReLU formulation. |