tensorflow:: אופס:: הֶדפֵּס:: Attrs
#include <logging_ops.h>
מגדירי תכונות אופציונליים עבור הדפסה .
תַקצִיר
תכונות ציבוריות | |
---|---|
first_n_ = -1 | int64 |
message_ = "" | StringPiece |
summarize_ = 3 | int64 |
תפקידים ציבוריים | |
---|---|
FirstN (int64 x) | TF_MUST_USE_RESULT Attrs התחבר רק first_n מספר פעמים. |
Message (StringPiece x) | TF_MUST_USE_RESULT Attrs מחרוזת, קידומת של הודעת השגיאה. |
Summarize (int64 x) | TF_MUST_USE_RESULT Attrs הדפס רק ערכים רבים כל כך של כל טנסור. |
תכונות ציבוריות
ראשון_נ_
int64 tensorflow::ops::Print::Attrs::first_n_ = -1
הוֹדָעָה_
StringPiece tensorflow::ops::Print::Attrs::message_ = ""
לְסַכֵּם_
int64 tensorflow::ops::Print::Attrs::summarize_ = 3
תפקידים ציבוריים
FirstN
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::FirstN( int64 x )
התחבר רק first_n
מספר פעמים.
-1 משבית רישום.
ברירת המחדל היא -1
הוֹדָעָה
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Message( StringPiece x )
מחרוזת, קידומת של הודעת השגיאה.
ברירת המחדל היא ""
לְסַכֵּם
TF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Summarize( int64 x )
הדפס רק ערכים רבים כל כך של כל טנסור.
ברירת המחדל היא 3
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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::Print::Attrs Struct Reference\n\ntensorflow::ops::Print::Attrs\n=============================\n\n`#include \u003clogging_ops.h\u003e`\n\nOptional attribute setters for [Print](/versions/r2.2/api_docs/cc/class/tensorflow/ops/print#classtensorflow_1_1ops_1_1_print).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------|---------------|\n| [first_n_](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1af8f25a20580117a952bad2c9a57d85ac)` = -1` | `int64` |\n| [message_](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1ad56f4fff8a98e993f8d7a4be46c29ece)` = \"\"` | `StringPiece` |\n| [summarize_](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1a265944d8a91cd87abe8dcbddafe2e397)` = 3` | `int64` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FirstN](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1ad50937bb415b3f37ec896083ff06233d)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/print/attrs#structtensorflow_1_1ops_1_1_print_1_1_attrs) Only log `first_n` number of times. |\n| [Message](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1aa3075f81bbcad5e3730d0270c1f1f050)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/print/attrs#structtensorflow_1_1ops_1_1_print_1_1_attrs) A string, prefix of the error message. |\n| [Summarize](#structtensorflow_1_1ops_1_1_print_1_1_attrs_1afa5fb4638ead2a216f5dbd69dd88f5f2)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/print/attrs#structtensorflow_1_1ops_1_1_print_1_1_attrs) Only print this many entries of each tensor. |\n\nPublic attributes\n-----------------\n\n### first_n_\n\n```scdoc\nint64 tensorflow::ops::Print::Attrs::first_n_ = -1\n``` \n\n### message_\n\n```scdoc\nStringPiece tensorflow::ops::Print::Attrs::message_ = \"\"\n``` \n\n### summarize_\n\n```scdoc\nint64 tensorflow::ops::Print::Attrs::summarize_ = 3\n``` \n\nPublic functions\n----------------\n\n### FirstN\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::FirstN(\n int64 x\n)\n``` \nOnly log `first_n` number of times.\n\n-1 disables logging.\n\nDefaults to -1 \n\n### Message\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Message(\n StringPiece x\n)\n``` \nA string, prefix of the error message.\n\nDefaults to \"\" \n\n### Summarize\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Print::Attrs::Summarize(\n int64 x\n)\n``` \nOnly print this many entries of each tensor.\n\nDefaults to 3"]]