tensorflow::
ops::
Erf
#include <math_ops.h>
Computes the
Gauss error function
of
x
element-wise.
Summary
In statistics, for non-negative values of , the error function has the following interpretation: for a random variable that is normally distributed with mean 0 and variance , is the probability that falls in the range .
Args:
- scope: A Scope object
Returns:
-
Output
: The y tensor.
Constructors and Destructors |
|
---|---|
Erf
(const ::
tensorflow::Scope
& scope, ::
tensorflow::Input
x)
|
Public functions |
|
---|---|
node
() const
|
::tensorflow::Node *
|
operator::tensorflow::Input
() const
|
|
operator::tensorflow::Output
() const
|
|
Public attributes
Public functions
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const