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.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/tensorflow/docs_src/api_guides/python/spectral_ops.md b/tensorflow/docs_src/api_guides/python/spectral_ops.md
index dd13802f00..f6d109a3a0 100644
--- a/tensorflow/docs_src/api_guides/python/spectral_ops.md
+++ b/tensorflow/docs_src/api_guides/python/spectral_ops.md
@@ -2,25 +2,25 @@
[TOC]
-The @{tf.spectral} module supports several spectral decomposition operations
+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}
+* `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}
+* `tf.spectral.dct`
+* `tf.spectral.idct`