संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: मर्ज
#include <control_flow_ops.h>
उपलब्ध टेंसर के मान को inputs
से output
तक अग्रेषित करता है।
सारांश
Merge
inputs
में कम से कम एक टेंसर के उपलब्ध होने की प्रतीक्षा करता है। ब्रांचिंग को लागू करने के लिए इसे आमतौर पर Switch
के साथ जोड़ा जाता है।
Merge
output
के लिए उपलब्ध होने वाले पहले टेंसर को आगे बढ़ाता है, और inputs
में इसके इंडेक्स में value_index
सेट करता है।
तर्क:
- स्कोप: एक स्कोप ऑब्जेक्ट
- इनपुट: इनपुट टेंसर, जिनमें से बिल्कुल एक उपलब्ध हो जाएगा।
रिटर्न:
-
Output
आउटपुट: उपलब्ध इनपुट टेंसर पर सेट किया जाएगा। -
Output
वैल्यू_इंडेक्स: inputs
में चुने गए इनपुट टेंसर का सूचकांक।
सार्वजनिक गुण
सार्वजनिक समारोह
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# tensorflow::ops::Merge Class Reference\n\ntensorflow::ops::Merge\n======================\n\n`#include \u003ccontrol_flow_ops.h\u003e`\n\nForwards the value of an available tensor from `inputs` to `output`.\n\nSummary\n-------\n\n[Merge](/versions/r2.2/api_docs/cc/class/tensorflow/ops/merge#classtensorflow_1_1ops_1_1_merge) waits for at least one of the tensors in `inputs` to become available. It is usually combined with [Switch](/versions/r2.2/api_docs/cc/class/tensorflow/ops/switch#classtensorflow_1_1ops_1_1_switch) to implement branching.\n\n[Merge](/versions/r2.2/api_docs/cc/class/tensorflow/ops/merge#classtensorflow_1_1ops_1_1_merge) forwards the first tensor to become available to `output`, and sets `value_index` to its index in `inputs`.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- inputs: The input tensors, exactly one of which will become available.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) output: Will be set to the available input tensor.\n- [Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) value_index: The index of the chosen input tensor in `inputs`.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Merge](#classtensorflow_1_1ops_1_1_merge_1a72704c3d1bf64aedb9bd82724f228c2a)`(const ::`[tensorflow::Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::InputList](/versions/r2.2/api_docs/cc/class/tensorflow/input-list#classtensorflow_1_1_input_list)` inputs)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_merge_1a3c9561c2129cfb34d16e93ebf40f9b73) | [Operation](/versions/r2.2/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_merge_1ab0c85516a5cbe032d96abc1064a8fd9e) | `::`[tensorflow::Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n| [value_index](#classtensorflow_1_1ops_1_1_merge_1a354d34167c730ae8b9acf23087558904) | `::`[tensorflow::Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### output\n\n```text\n::tensorflow::Output output\n``` \n\n### value_index\n\n```scdoc\n::tensorflow::Output value_index\n``` \n\nPublic functions\n----------------\n\n### Merge\n\n```gdscript\n Merge(\n const ::tensorflow::Scope & scope,\n ::tensorflow::InputList inputs\n)\n```"]]