openvino.runtime.opset10.idft#
- openvino.runtime.opset10.idft(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 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’.
name – Optional output node name.
- Returns:
The new node which performs IDFT operation on the input data tensor.