openvino.runtime.opset7.floor

openvino.runtime.opset7.floor(node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.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.