テンソルフロー::作戦::ベッセルI1e

#include <math_ops.h>

xのベッセル i1e 関数を要素ごとに計算します。

まとめ

bessel_i1e(x) = exp(-abs(x)) bessel_i1(x)として定義される、指数関数的にスケーリングされた次数 0 の修正ベッセル関数。

この関数はbessel_i1(x)よりも高速で数値的に安定しています。

引数:

戻り値:

コンストラクターとデストラクター

BesselI1e (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

パブリック属性

operation
y

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

手術

Operation operation

y

::tensorflow::Output y

公共機能

ベッセルI1e

 BesselI1e(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const