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