tensorflow::ops::Betainc
#include <math_ops.h>
Compute the regularized incomplete beta integral .
Summary
The regularized incomplete beta integral is defined as:
where
is the incomplete beta function and is the complete beta function.
Args:
- scope: A Scope object
Returns:
Output
: The z tensor.
Constructors and Destructors |
|
---|---|
Betainc(const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x)
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
operation
Operation operation
z
::tensorflow::Output z
Public functions
Betainc
Betainc( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const