openvino.runtime.opset5.sigmoid# openvino.runtime.opset5.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