#include <math_ops.h>
Computes the Bessel i1e function of x element-wise.
Exponentially scaled modified Bessel function of order 0 defined as bessel_i1e(x) = exp(-abs(x)) bessel_i1(x).
This function is faster and numerically stabler than bessel_i1(x).
Arguments:
Returns:
Output: The y tensor. | Constructors and Destructors | |
|---|---|
BesselI1e(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 | |
Operation operation
::tensorflow::Output y
BesselI1e( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/class/tensorflow/ops/bessel-i1e