openvino.runtime.opset8.dft#
- openvino.runtime.opset8.dft(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 DFT 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 DFT operation on the input data tensor.