tensorflow :: ops ::イガンマ
#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
)は、正則化された上位の完全なガンマ関数であることに注意してください。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:zテンソル。
コンストラクタとデストラクタ | |
---|---|
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
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const