7 #include "ngraph/op/op.hpp"
8 #include "ngraph/op/util/attr_types.hpp"
20 NGRAPH_RTTI_DECLARATION;
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
Base class for operations DFT and DFT.
Definition: fft_base.hpp:18
FFTBase(const Output< Node > &data, const Output< Node > &axes, const Output< Node > &signal_size)
Constructs a FFT operation.
void validate_and_infer_types() override
Verifies that attributes and inputs are consistent and computes output shapes and element types....
FFTBase(const Output< Node > &data, const Output< Node > &axes)
Constructs an FFT operation. FFT is performed for full size axes.
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16