openvino.runtime.opset1.ceil#
- openvino.runtime.opset1.ceil(node: Node | int | float | ndarray, name: str | None = None) Node #
Return node which applies ceiling to the input node element-wise.
- Parameters:
node – The node providing data to ceiling operation.
name – Optional name for output node.
- Returns:
The node performing element-wise ceiling.