openvino.runtime.opset10.irdft

openvino.runtime.opset10.irdft(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 IRDFT operation.

Parameters
  • data – Tensor with data.

  • axes – Tensor with axes to transform.

  • signal_size – Optional tensor specifying signal size with respect to axes from the input ‘axes’.

Returns

The new node which performs IRDFT operation on the input data tensor.