openvino.runtime.opset12.softplus#

openvino.runtime.opset12.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.