Betainc
tensorflow C++ API
Compute the regularized incomplete beta integral (I_x(a, b)).
Summary
Arguments:
scope: A Scope object
a: must be nonnegative and real. All arrays must be the same size.
b:must be nonnegative and real. All arrays must be the same size.
x: must be in the closed interval [0,1].
Returns:
Output
: The z tensor.
Constructor
- Betainc(const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input a, ::tensorflow::Input b).
Public attributes
- tensorflow::Output z.
Betainc 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 a :connect Input node.
- Input b :connect Input node.
- Input x :connect Input node.
Return:
- Output z : Output object of Betainc class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.