Skip to content

Commit

Permalink
CI:apply auto updated documentation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
justinchuby authored and github-actions[bot] committed Sep 15, 2023
1 parent f51a049 commit 9e45c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23994,14 +23994,14 @@ This version of the operator has been available since version 20 of the default
Computes the discrete Fourier Transform (DFT) of the input.

Assuming the input has shape `[M, N]`, where `N` is the dimension over which the
DFT is computed and `M` denotes the conceptual "all other dimensions",
DFT is computed and `M` denotes the conceptual "all other dimensions,"
the DFT `y[m, k]` of of shape `[M, N]` is defined as

$$y[k] = \sum_{n=0}^{N-1} e^{-2 \pi j \frac{k n}{N} } x[n] \, ,$$
$$y[k] = \sum_{n=0}^{N-1} e^{-2 \pi j \frac{k n}{N} } x[n] ,$$

and the inverse transform is defined as

$$x[n] = \frac{1}{N} \sum_{k=0}^{N-1} e^{2 \pi j \frac{k n}{N} } y[k] \, ,$$
$$x[n] = \frac{1}{N} \sum_{k=0}^{N-1} e^{2 \pi j \frac{k n}{N} } y[k] ,$$

where $j$ is the imaginary unit.

Expand Down
6 changes: 3 additions & 3 deletions docs/Operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6721,14 +6721,14 @@ expect(node, inputs=[x, axis], outputs=[y], name="test_cumsum_2d_negative_axis")
Computes the discrete Fourier Transform (DFT) of the input.

Assuming the input has shape `[M, N]`, where `N` is the dimension over which the
DFT is computed and `M` denotes the conceptual "all other dimensions",
DFT is computed and `M` denotes the conceptual "all other dimensions,"
the DFT `y[m, k]` of of shape `[M, N]` is defined as

$$y[k] = \sum_{n=0}^{N-1} e^{-2 \pi j \frac{k n}{N} } x[n] \, ,$$
$$y[k] = \sum_{n=0}^{N-1} e^{-2 \pi j \frac{k n}{N} } x[n] ,$$

and the inverse transform is defined as

$$x[n] = \frac{1}{N} \sum_{k=0}^{N-1} e^{2 \pi j \frac{k n}{N} } y[k] \, ,$$
$$x[n] = \frac{1}{N} \sum_{k=0}^{N-1} e^{2 \pi j \frac{k n}{N} } y[k] ,$$

where $j$ is the imaginary unit.

Expand Down

0 comments on commit 9e45c39

Please sign in to comment.