Tensorflow :: ops :: BesselI0e
#include <math_ops.h>
Berechnet die Bessel i0e-Funktion von x
elementweise.
Zusammenfassung
Exponentiell skalierte modifizierte Bessel-Funktion der Ordnung 0, definiert als bessel_i0e(x) = exp(-abs(x)) bessel_i0(x)
.
Diese Funktion ist schneller und numerisch stabiler als bessel_i0(x)
.
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der y-Tensor.
Konstruktoren und Destruktoren | |
---|---|
BesselI0e (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Öffentliche Attribute | |
---|---|
operation | |
y |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
BesselI0e
BesselI0e( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const