21 #include "ngraph/attribute_adapter.hpp"
22 #include "ngraph/op/op.hpp"
23 #include "ngraph/op/util/attr_types.hpp"
24 #include "ngraph/op/util/fft_base.hpp"
36 NGRAPH_RTTI_DECLARATION;
57 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
Base class for operations DFT and DFT.
Definition: fft_base.hpp:18
An operation DFT that computes the discrete Fourier transformation.
Definition: dft.hpp:34
DFT(const Output< Node > &data, const Output< Node > &axes, const Output< Node > &signal_size)
Constructs a DFT operation.
DFT(const Output< Node > &data, const Output< Node > &axes)
Constructs a DFT operation. DFT is performed for full size axes.
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16