openvino.runtime.opset10.relu#
- openvino.runtime.opset10.relu(node: Node | int | float | ndarray, name: str | None = None) Node #
Perform rectified linear unit operation on input node element-wise.
- Parameters:
node – One of: input node, array or scalar.
name – The optional output node name.
- Returns:
The new node performing relu operation on its input element-wise.