tensorflow:: אופס:: TensorSummaryV2
#include <logging_ops.h>
פלט מאגר פרוטוקול Summary
עם טנסור ונתונים לכל תוסף.
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- תג: מחרוזת המצורפת לסיכום זה. משמש לארגון ב- TensorBoard.
- טנסור: טנסור להסדרה.
- serialized_summary_metadata: פרוטו SummaryMetadata מסודר. מכיל נתוני תוסף.
החזרות:
-
Output
: טנזור הסיכום.
בנאים והורסים | |
---|---|
TensorSummaryV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input serialized_summary_metadata) |
תכונות ציבוריות | |
---|---|
operation | |
summary |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
תכונות ציבוריות
מִבצָע
Operation operation
תַקצִיר
::tensorflow::Output summary
תפקידים ציבוריים
TensorSummaryV2
TensorSummaryV2( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata )
צוֹמֶת
::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-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# tensorflow::ops::TensorSummaryV2 Class Reference\n\ntensorflow::ops::TensorSummaryV2\n================================\n\n`#include \u003clogging_ops.h\u003e`\n\nOutputs a `Summary` protocol buffer with a tensor and per-plugin data.\n\nSummary\n-------\n\nArguments:\n\n- scope: A [Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- tag: A string attached to this summary. Used for organization in TensorBoard.\n- tensor: A tensor to serialize.\n- serialized_summary_metadata: A serialized SummaryMetadata proto. Contains plugin data.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.3/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The summary tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [TensorSummaryV2](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1ae4d9f13a8cda5ca768e26fb2b2fe3011)`(const ::`[tensorflow::Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.3/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` tag, ::`[tensorflow::Input](/versions/r2.3/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` tensor, ::`[tensorflow::Input](/versions/r2.3/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` serialized_summary_metadata)` ||\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1a1b498d099ec8ec375e28af9ba454bf7b) | [Operation](/versions/r2.3/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [summary](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1a6b792c9f3c6063da8097cba5f7def05b) | `::`[tensorflow::Output](/versions/r2.3/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1ad09282ad83638be513d856c7a3925c60)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1a4944187c981147ce4d8924b2165a4b94)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_tensor_summary_v2_1aaba8ff081daeab0e94d5a321f5c95522)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### summary\n\n```text\n::tensorflow::Output summary\n``` \n\nPublic functions\n----------------\n\n### TensorSummaryV2\n\n```gdscript\n TensorSummaryV2(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input tag,\n ::tensorflow::Input tensor,\n ::tensorflow::Input serialized_summary_metadata\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```"]]