संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: सहेजेंV2
#include <io_ops.h>
V2 चेकपॉइंट प्रारूप में टेंसर सहेजता है।
सारांश
डिफ़ॉल्ट रूप से, नामित टेंसर को पूर्ण रूप से सहेजता है। यदि कॉल करने वाला पूर्ण टेंसर के विशिष्ट स्लाइस को सहेजना चाहता है, तो "shape_and_slices" गैर-खाली स्ट्रिंग होनी चाहिए और तदनुसार अच्छी तरह से बनाई जानी चाहिए।
तर्क:
- स्कोप: एक स्कोप ऑब्जेक्ट
- उपसर्ग: एक ही तत्व होना चाहिए। V2 चेकपॉइंट का उपसर्ग जिस पर हम टेंसर लिखते हैं।
- टेंसर_नाम: आकार {एन}। सहेजे जाने वाले टेंसरों के नाम.
- आकार_और_स्लाइस: आकार {एन}। सहेजे जाने वाले टेंसर के स्लाइस विवरण। खाली तार संकेत करते हैं कि वे गैर-विभाजित टेंसर हैं।
- टेंसर: बचाने के लिए
N
टेंसर।
रिटर्न:
सार्वजनिक गुण
सार्वजनिक समारोह
ऑपरेटर::टेन्सरफ़्लो::ऑपरेशन
operator::tensorflow::Operation() const
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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.3/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.3/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.3/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.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)` prefix, ::`[tensorflow::Input](/versions/r2.3/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` tensor_names, ::`[tensorflow::Input](/versions/r2.3/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` shape_and_slices, ::`[tensorflow::InputList](/versions/r2.3/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.3/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```"]]