Class ov::op::v0::Ceiling#
-
class Ceiling : public ov::op::util::UnaryElementwiseArithmetic#
Elementwise ceiling operation.
Public Functions
-
Ceiling() = default#
Constructs a ceiling operation.
-
Ceiling(const Output<Node> &arg)#
Constructs a ceiling 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.
-
Ceiling() = default#