openvino.runtime.opset13.irdft#
- openvino.runtime.opset13.irdft(data: Node | int | float | ndarray, axes: Node | int | float | ndarray, signal_size: Node | int | float | ndarray | None = None, name: str | None = None) 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’. 
- name – Optional output node name. 
 
- Returns:
- The new node which performs IRDFT operation on the input data tensor.