tensorflow:: ops:: BesselI0e
#include <math_ops.h>
Computes the Bessel i0e function of x
element-wise.
Summary
Exponentially scaled modified Bessel function of order 0 defined as bessel_i0e(x) = exp(-abs(x)) bessel_i0(x)
.
This function is faster and numerically stabler than bessel_i0(x)
.
Arguments:
- scope: A Scope object
Returns:
Output
: The y tensor.
Constructors and Destructors |
|
---|---|
BesselI0e(const ::tensorflow::Scope & scope, ::tensorflow::Input x)
|
Public attributes |
|
---|---|
operation
|
|
y
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
operation
Operation operation
y
::tensorflow::Output y
Public functions
BesselI0e
BesselI0e( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const