aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/spectral_ops.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/spectral_ops.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/spectral_ops.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/tensorflow/docs_src/api_guides/python/spectral_ops.md b/tensorflow/docs_src/api_guides/python/spectral_ops.md
deleted file mode 100644
index f6d109a3a0..0000000000
--- a/tensorflow/docs_src/api_guides/python/spectral_ops.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Spectral Functions
-
-[TOC]
-
-The `tf.spectral` module supports several spectral decomposition operations
-that you can use to transform Tensors of real and complex signals.
-
-## Discrete Fourier Transforms
-
-* `tf.spectral.fft`
-* `tf.spectral.ifft`
-* `tf.spectral.fft2d`
-* `tf.spectral.ifft2d`
-* `tf.spectral.fft3d`
-* `tf.spectral.ifft3d`
-* `tf.spectral.rfft`
-* `tf.spectral.irfft`
-* `tf.spectral.rfft2d`
-* `tf.spectral.irfft2d`
-* `tf.spectral.rfft3d`
-* `tf.spectral.irfft3d`
-
-## Discrete Cosine Transforms
-
-* `tf.spectral.dct`
-* `tf.spectral.idct`