openvino.runtime.opset13.floor#

openvino.runtime.opset13.floor(node: Node | int | float | ndarray, name: str | None = None) Node#

Return node which applies floor to the input node element-wise.

Parameters:
  • node – The input node providing data.

  • name – The optional name for new output node.

Returns:

The node performing element-wise floor operation.