7 #include "ngraph/op/op.hpp"
8 #include "ngraph/op/util/attr_types.hpp"
56 NGRAPH_RTTI_DECLARATION;
63 bool evaluate_lower(
const HostTensorVector& outputs)
const override;
64 bool evaluate_upper(
const HostTensorVector& outputs)
const override;
Visits the attributes of a node, primarily for serialization-like tasks.
Definition: attribute_visitor.hpp:59
A handle for one of a node's outputs.
Definition: node_output.hpp:33
Root of all actual ops.
Definition: op.hpp:17
Abstract base class for elementwise binary arithmetic operations, i.e., operations where the same sca...
Definition: binary_elementwise_arithmetic.hpp:43
void validate_and_infer_types() override
Verifies that attributes and inputs are consistent and computes output shapes and element types....
const AutoBroadcastSpec & get_autob() const override
Definition: binary_elementwise_arithmetic.hpp:60
BinaryElementwiseArithmetic(const Output< Node > &arg0, const Output< Node > &arg1, const AutoBroadcastSpec &autob)
Constructs a binary elementwise arithmetic operation.
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16
Implicit broadcast specification.
Definition: attr_types.hpp:311