テンソルフロー::作戦::イガンマ

#include <math_ops.h>

下位の正規化された不完全ガンマ関数P(a, x)を計算します。

まとめ

下位の正規化された不完全なガンマ関数は次のように定義されます。

\(P(a, x) = gamma(a, x) / Gamma(a) = 1 - Q(a, x)\)

どこ

\(gamma(a, x) = \int_{0}^{x} t^{a-1} exp(-t) dt\)

は下位の不完全ガンマ関数です。

上記のQ(a, x) ( Igammac ) は上部正規化された完全なガンマ関数であることに注意してください。

引数:

戻り値:

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

Igamma (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x)

パブリック属性

operation
z

公共機能

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

パブリック属性

手術

Operation operation

z

::tensorflow::Output z

公共機能

イガンマ

 Igamma(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const