Skip to main content
openvino.runtime.opset3.sigmoid
-
openvino.runtime.opset3.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