aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md
new file mode 100644
index 0000000000..ed66237d38
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.zeta.md
@@ -0,0 +1,21 @@
+### `tf.zeta(x, q, name=None)` {#zeta}
+
+Compute the Hurwitz zeta function \\(\zeta(x, q)\\).
+
+The Hurwitz zeta function is defined as:
+
+```
+\zeta(x, q) = \sum_{n=0}^{\infty} (q + n)^{-x}
+```
+
+##### Args:
+
+
+* <b>`x`</b>: A `Tensor`. Must be one of the following types: `float32`, `float64`.
+* <b>`q`</b>: A `Tensor`. Must have the same type as `x`.
+* <b>`name`</b>: A name for the operation (optional).
+
+##### Returns:
+
+ A `Tensor`. Has the same type as `x`.
+