openvino.runtime.opset4.softplus

openvino.runtime.opset4.softplus(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.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.