przepływ tensorowy:: ops:: Igamma
#include <math_ops.h>
Oblicz dolną uregulowaną niekompletną funkcję Gamma P(a, x)
.
Streszczenie
Dolną uregulowaną niekompletną funkcję Gamma definiuje się jako:
\(P(a, x) = gamma(a, x) / Gamma(a) = 1 - Q(a, x)\)
Gdzie
\(gamma(a, x) = \int_{0}^{x} t^{a-1} exp(-t) dt\)
jest dolną niekompletną funkcją Gamma.
Uwaga, powyżej Q(a, x)
( Igammac
) to górna uregulowana pełna funkcja Gamma.
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor z.
Konstruktory i destruktory | |
---|---|
Igamma (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x) |
Atrybuty publiczne | |
---|---|
operation | |
z |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
działanie
Operation operation
z
::tensorflow::Output z
Funkcje publiczne
Igamma
Igamma( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input x )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const