tensorflow:: אופס:: איגמאק
#include <math_ops.h>
חשב את פונקציית הגמא הבלתי שלמה המוסדרת העליונה Q(a, x)
.
תַקצִיר
פונקציית הגמא הבלתי שלמה המוסדר העליונה מוגדרת כ:
\(Q(a, x) = Gamma(a, x) / Gamma(a) = 1 - P(a, x)\)
אֵיפֹה
\(Gamma(a, x) = int_{x}^{} t^{a-1} exp(-t) dt\)
היא פונקציית גאמה העליונה הלא שלמה.
שימו לב, למעלה P(a, x)
( Igamma
) היא פונקציית ה-Gamma השלמה התחתון המוסדר.
טיעונים:
- scope: אובייקט Scope
החזרות:
-
Output
: הטנזור z.
בנאים והורסים | |
---|---|
Igammac (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
ז
::tensorflow::Output z
תפקידים ציבוריים
איגמאק
Igammac( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input x )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# tensorflow::ops::Igammac Class Reference\n\ntensorflow::ops::Igammac\n========================\n\n`#include \u003cmath_ops.h\u003e`\n\nCompute the upper regularized incomplete Gamma function `Q(a, x)`.\n\nSummary\n-------\n\nThe upper regularized incomplete Gamma function is defined as:\n\n\\\\(Q(a, x) = Gamma(a, x) / Gamma(a) = 1 - P(a, x)\\\\)\n\nwhere\n\n\\\\(Gamma(a, x) = int_{x}\\^{} t\\^{a-1} exp(-t) dt\\\\)\n\nis the upper incomplete Gama function.\n\nNote, above `P(a, x)` ([Igamma](/versions/r2.1/api_docs/cc/class/tensorflow/ops/igamma#classtensorflow_1_1ops_1_1_igamma)) is the lower regularized complete Gamma function.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The z tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Igammac](#classtensorflow_1_1ops_1_1_igammac_1a867ff7332904e014a469ad6b53e02243)`(const ::`[tensorflow::Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` a, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` x)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_igammac_1aa8a24d8a9d7920be5ac412c1e887da50) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [z](#classtensorflow_1_1ops_1_1_igammac_1aa4377078a3d027a75db11b2b85accf8f) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_igammac_1a47a0b8542b7285a8a0041d1df02bf9be)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_igammac_1af16b9ff0899819a8d91c937f8e5846d3)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_igammac_1ae10be53b838e3e96180c7c754fbb9e5e)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### z\n\n```text\n::tensorflow::Output z\n``` \n\nPublic functions\n----------------\n\n### Igammac\n\n```gdscript\n Igammac(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input a,\n ::tensorflow::Input x\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n```"]]