ThresholdedRelu
Description
Applies the element-wise ThresholdedRelu function to the input tensor.

Input
X: tensor of type float16 or float.
Attribute
alpha: specifies the threshold in the ThresholdedRelu function. The data type can be float.
Output
Y: tensor of the identical data type and shape as X.
Constraints
None.
ONNX Opset Support
Opset v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators