Skip to main content
openvino.runtime.opset4.softplus
-
openvino.runtime.opset4.softplus(data: Node | int | float | ndarray, name: str | None = None) → Node
Apply SoftPlus operation on each element of input tensor.
- Parameters:
data – The tensor providing input data.
- Returns:
The new node with SoftPlus operation applied on each element.