openvino.runtime.opset13.softsign¶
- openvino.runtime.opset13.softsign(node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.Node ¶
Apply SoftSign operation on the input node element-wise.
- Parameters
node – One of: input node, array or scalar.
name – The optional name for the output node.
- Returns
New node with SoftSign operation applied on each element of it.