Zeta
tensorflow C++ API
Compute the Hurwitz zeta function (x, q).
Summary
The Hurwitz zeta function is defined as:
(x, q) = {n=0}^{} (q + n)^{-x}
Arguments:
- scope: A Scope object
Returns:
Output
: The z tensor.
Constructor
- Zeta(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input q)
Public attributes
- tensorflow::Output z.
Zeta block
Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_math.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.).
- Input x:connect Input node.
- Input q:connect Input node.
Return:
- Output z: Output object of Zeta class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.