tensorflow:: אופס:: SaveV2
#include <io_ops.h>
חוסך טנזורים בפורמט נקודת ביקורת V2.
תַקצִיר
כברירת מחדל, שומר את הטנזורים הנקובים במלואם. אם המתקשר מעוניין לשמור פרוסות ספציפיות של טנזורים מלאים, "shape_and_slices" צריכים להיות מחרוזות לא ריקות ובאופן מתאים.
טיעונים:
- scope: אובייקט Scope
- קידומת: חייב להיות רכיב בודד. הקידומת של מחסום V2 שאליו אנו כותבים את הטנזורים.
- tensor_names: צורה {N}. שמות הטנזורים שיש לשמור.
- shape_and_slices: צורה {N}. מפרט הפרוסות של הטנזורים שיש לשמור. מחרוזות ריקות מצביעות על כך שהם טנזורים לא מחולקים.
- טנסורים:
N
טנסורים להציל.
החזרות:
-
Operation
שנוצר
בנאים והורסים | |
---|---|
SaveV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input prefix, :: tensorflow::Input tensor_names, :: tensorflow::Input shape_and_slices, :: tensorflow::InputList tensors) |
תכונות ציבוריות | |
---|---|
operation |
תפקידים ציבוריים | |
---|---|
operator::tensorflow::Operation () const |
תכונות ציבוריות
מִבצָע
Operation operation
תפקידים ציבוריים
SaveV2
SaveV2( const ::tensorflow::Scope & scope, ::tensorflow::Input prefix, ::tensorflow::Input tensor_names, ::tensorflow::Input shape_and_slices, ::tensorflow::InputList tensors )
אופרטור::tensorflow::פעולה
operator::tensorflow::Operation() 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::SaveV2 Class Reference\n\ntensorflow::ops::SaveV2\n=======================\n\n`#include \u003cio_ops.h\u003e`\n\nSaves tensors in V2 checkpoint format.\n\nSummary\n-------\n\nBy default, saves the named tensors in full. If the caller wishes to save specific slices of full tensors, \"shape_and_slices\" should be non-empty strings and correspondingly well-formed.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- prefix: Must have a single element. The prefix of the V2 checkpoint to which we write the tensors.\n- tensor_names: shape {N}. The names of the tensors to be saved.\n- shape_and_slices: shape {N}. The slice specs of the tensors to be saved. [Empty](/versions/r2.1/api_docs/cc/class/tensorflow/ops/empty#classtensorflow_1_1ops_1_1_empty) strings indicate that they are non-partitioned tensors.\n- tensors: `N` tensors to save.\n\n\u003cbr /\u003e\n\nReturns:\n\n- the created [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [SaveV2](#classtensorflow_1_1ops_1_1_save_v2_1a1ffd5c412f4b1620ffbe3c2a4a8b5f56)`(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)` prefix, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` tensor_names, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` shape_and_slices, ::`[tensorflow::InputList](/versions/r2.1/api_docs/cc/class/tensorflow/input-list#classtensorflow_1_1_input_list)` tensors)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_save_v2_1aef163a3bab67f5acd5fade77d3998b72) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------|---------|\n| [operator::tensorflow::Operation](#classtensorflow_1_1ops_1_1_save_v2_1ae9919485ae23077f045387f5509adb41)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\nPublic functions\n----------------\n\n### SaveV2\n\n```gdscript\n SaveV2(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input prefix,\n ::tensorflow::Input tensor_names,\n ::tensorflow::Input shape_and_slices,\n ::tensorflow::InputList tensors\n)\n``` \n\n### operator::tensorflow::Operation\n\n```gdscript\n operator::tensorflow::Operation() const \n```"]]