openvino.runtime.opset9.relu#
- openvino.runtime.opset9.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.