openvino.runtime.opset14.dft¶
- openvino.runtime.opset14.dft(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], axes: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], signal_size: Optional[Union[openvino._pyopenvino.Node, int, float, numpy.ndarray]] = None) openvino._pyopenvino.Node ¶
Return a node which performs DFT operation.
- Parameters
data – Tensor with transformed data.
axes – Tensor with axes to transform.
signal_size – Tensor specifying signal size with respect to axes from the input ‘axes’.
- Returns
The new node which performs DFT operation on the input data tensor.