7 #include "ngraph/node.hpp"
8 #include "ngraph/op/op.hpp"
20 NGRAPH_RTTI_DECLARATION;
40 clone_with_new_inputs(
const OutputVector& new_args)
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
Tensor roll operation.
Definition: roll.hpp:18
Roll(const Output< Node > &data, const Output< Node > &shift, const Output< Node > &axes)
Constructs a roll operation.
void validate_and_infer_types() override
Verifies that attributes and inputs are consistent and computes output shapes and element types....
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16