openvino.runtime.opset8.idft¶
- openvino.runtime.opset8.idft(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 IDFT 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 IDFT operation on the input data tensor.