ngraph.softplus

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