openvino.runtime.opset6.softplus¶
- openvino.runtime.opset6.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.