tf.raw_ops.Zeta

Compute the Hurwitz zeta function ζ(x,q).

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.Zeta

The Hurwitz zeta function is defined as:

ζ(x,q)=n=0(q+n)x

x A Tensor. Must be one of the following types: float32, float64.
q A Tensor. Must have the same type as x.
name A name for the operation (optional).

A Tensor. Has the same type as x.