tensorflow::ops::BesselI1e

#include <math_ops.h>

Computes the Bessel i1e function of x element-wise.

Summary

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:

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

Public attributes

operation

Operation operation

y

::tensorflow::Output y

Public functions

BesselI1e

 BesselI1e(
  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