Class ov::op::v0::Floor#
-
class Floor : public ov::op::util::UnaryElementwiseArithmetic#
Elementwise floor operation.
Public Functions
-
Floor() = default#
Constructs a floor operation.
-
Floor(const Output<Node> &arg)#
Constructs a floor operation.
- Parameters:
arg – Node that produces the input tensor.
-
virtual bool has_evaluate() const override#
Allows to get information about availability of evaluate method for the current operation.
-
Floor() = default#