From 95e4674726eb5c716533fd312d0952967198a8ab Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 20 Jun 2016 13:37:43 -0800 Subject: [PATCH] Update generated Python Op docs. Change: 125380874 --- .../api_docs/python/functions_and_classes/shard7/tf.ifft.md | 2 ++ tensorflow/g3doc/api_docs/python/math_ops.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.ifft.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.ifft.md index 26582404f69..5da36ff5b61 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.ifft.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.ifft.md @@ -1,5 +1,7 @@ ### `tf.ifft(input, name=None)` {#ifft} +.Doc(R"doc( + Compute the inverse 1-dimensional discrete Fourier Transform. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/math_ops.md b/tensorflow/g3doc/api_docs/python/math_ops.md index ffbd6051637..da15bc8ebfe 100644 --- a/tensorflow/g3doc/api_docs/python/math_ops.md +++ b/tensorflow/g3doc/api_docs/python/math_ops.md @@ -1989,6 +1989,8 @@ Compute the 1-dimensional discrete Fourier Transform. ### `tf.ifft(input, name=None)` {#ifft} +.Doc(R"doc( + Compute the inverse 1-dimensional discrete Fourier Transform. ##### Args: -- GitLab