openvino.runtime.opset2.sigmoid#

openvino.runtime.opset2.sigmoid(data: Node | int | float | ndarray, name: str | None = None) Node#

Return a node which applies the sigmoid function element-wise.

Parameters:

data – The tensor containing the input data

Returns:

Sigmoid node