openvino.runtime.opset9.rdft

openvino.runtime.opset9.rdft(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 RDFT 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 RDFT operation on the input data tensor.