openvino.runtime.opset14.ceiling#
- openvino.runtime.opset14.ceiling(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.