चेतावनी: इस एपीआई को पदावनत कर दिया गया है और प्रतिस्थापन के स्थिर होने के बाद इसे TensorFlow के भविष्य के संस्करण में हटा दिया जाएगा।
GraphOperation
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Graph
में एक नोड के रूप में जोड़े गए Operation
के लिए कार्यान्वयन।
ग्राफ़ऑपरेशन उदाहरण तभी तक मान्य हैं जब तक वे Graph
का हिस्सा हैं वह वैध है। इस प्रकार, यदि Graph.close()
लागू किया गया है, तो GraphOperation उदाहरण पर विधियाँ IllegalStateException
के साथ विफल हो सकती हैं।
ग्राफ़ऑपरेशन उदाहरण अपरिवर्तनीय और थ्रेड-सुरक्षित हैं।
सार्वजनिक तरीके
बूलियन | |
int यहाँ | |
int यहाँ | इनपुट सूची लंबाई (स्ट्रिंग नाम) इस ऑपरेशन के लिए टेंसर की दी गई इनपुट सूची का आकार लौटाता है। |
डोरी | नाम () ऑपरेशन का पूरा नाम लौटाता है। |
int यहाँ | संख्या आउटपुट () इस ऑपरेशन द्वारा उत्पादित टेंसरों की संख्या लौटाता है। |
<टी> आउटपुट <टी> | आउटपुट (int idx) इस ऑपरेशन द्वारा उत्पादित टेंसरों में से एक को एक प्रतीकात्मक हैंडल लौटाता है। |
आउटपुट[] <?> | आउटपुटलिस्ट (int idx, int length) इस ऑपरेशन द्वारा उत्पादित टेंसरों की सूची में प्रतीकात्मक हैंडल लौटाता है। |
int यहाँ | आउटपुटलिस्टलंबाई (स्ट्रिंग नाम) इस ऑपरेशन द्वारा उत्पादित टेंसर की सूची का आकार लौटाता है। |
डोरी | |
डोरी | प्रकार () ऑपरेशन का प्रकार लौटाता है, अर्थात, ऑपरेशन द्वारा की गई गणना का नाम। |
विरासत में मिली विधियाँ
कक्षा java.lang.Object से बूलियन | बराबर (ऑब्जेक्ट arg0) |
अंतिम कक्षा<?> | गेटक्लास () |
int यहाँ | हैश कोड () |
अंतिम शून्य | सूचित करें () |
अंतिम शून्य | सभी को सूचित करें () |
डोरी | स्ट्रिंग () |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0, int arg1) |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0) |
अंतिम शून्य | इंतज़ार () |
इंटरफ़ेस org.tensorflow.Operation से सार इंट | इनपुट सूची लंबाई (स्ट्रिंग नाम) इस ऑपरेशन के लिए टेंसर की दी गई इनपुट सूची का आकार लौटाता है। |
सार स्ट्रिंग | नाम () ऑपरेशन का पूरा नाम लौटाता है। |
सार इंट | संख्या आउटपुट () इस ऑपरेशन द्वारा उत्पादित टेंसरों की संख्या लौटाता है। |
सार <टी> आउटपुट <टी> | आउटपुट (int idx) इस ऑपरेशन द्वारा उत्पादित टेंसरों में से एक को एक प्रतीकात्मक हैंडल लौटाता है। |
सार आउटपुट[] <?> | आउटपुटलिस्ट (int idx, int length) इस ऑपरेशन द्वारा उत्पादित टेंसरों की सूची में प्रतीकात्मक हैंडल लौटाता है। |
सार इंट | आउटपुटलिस्टलंबाई (स्ट्रिंग नाम) इस ऑपरेशन द्वारा उत्पादित टेंसर की सूची का आकार लौटाता है। |
सार स्ट्रिंग | प्रकार () ऑपरेशन का प्रकार लौटाता है, अर्थात, ऑपरेशन द्वारा की गई गणना का नाम। |
सार्वजनिक तरीके
सार्वजनिक बूलियन बराबर (ऑब्जेक्ट ओ)
सार्वजनिक पूर्णांक हैशकोड ()
इस ऑपरेशन के लिए टेंसर की दी गई इनपुट सूची का आकार लौटाता है।
एक ऑपरेशन में कई नामित इनपुट होते हैं, जिनमें से प्रत्येक में या तो एक एकल टेंसर या टेंसर की एक सूची होती है। यह विधि ऑपरेशन के विशिष्ट नामित इनपुट के लिए टेंसर की सूची का आकार लौटाती है।
पैरामीटर
नाम | इस ऑपरेशन के लिए टेंसर (जिनमें से कई हो सकते हैं) इनपुट की सूची का पहचानकर्ता। |
---|
रिटर्न
- इस नामित इनपुट द्वारा निर्मित टेंसरों की सूची का आकार।
सार्वजनिक स्ट्रिंग नाम ()
ऑपरेशन का पूरा नाम लौटाता है।
सार्वजनिक int numOutputs ()
इस ऑपरेशन द्वारा उत्पादित टेंसरों की संख्या लौटाता है।
सार्वजनिक आउटपुट <T> आउटपुट (int idx)
इस ऑपरेशन द्वारा उत्पादित टेंसरों में से एक को एक प्रतीकात्मक हैंडल लौटाता है।
चेतावनी: यह जांच नहीं करता है कि टेंसर का प्रकार टी से मेल खाता है। इस विधि को अनुमान लगाने की बजाय एक स्पष्ट प्रकार के पैरामीटर के साथ कॉल करने की अनुशंसा की जाती है, उदाहरण के लिए operation.<Integer>output(0)
पैरामीटर
आईडीएक्स | इस ऑपरेशन द्वारा उत्पादित आउटपुट के बीच आउटपुट का सूचकांक। |
---|
सार्वजनिक आउटपुट[] <?> आउटपुटलिस्ट (int idx, int length)
इस ऑपरेशन द्वारा उत्पादित टेंसरों की सूची में प्रतीकात्मक हैंडल लौटाता है।
पैरामीटर
आईडीएक्स | सूची के पहले टेंसर का सूचकांक |
---|
लंबाई | सूची में टेंसरों की संख्या |
---|
सार्वजनिक पूर्णांक आउटपुट सूची लंबाई (स्ट्रिंग नाम)
इस ऑपरेशन द्वारा उत्पादित टेंसर की सूची का आकार लौटाता है।
एक ऑपरेशन में कई नामित आउटपुट होते हैं, जिनमें से प्रत्येक या तो एक एकल टेंसर या टेंसर की एक सूची उत्पन्न करता है। यह विधि ऑपरेशन के विशिष्ट नामित आउटपुट के लिए टेंसर की सूची का आकार लौटाती है।
पैरामीटर
नाम | इस ऑपरेशन द्वारा उत्पादित टेंसरों (जिनमें से कई हो सकते हैं) की सूची का पहचानकर्ता। |
---|
रिटर्न
- इस नामित आउटपुट द्वारा उत्पादित टेंसर की सूची का आकार।
सार्वजनिक स्ट्रिंग toString ()
सार्वजनिक स्ट्रिंग प्रकार ()
ऑपरेशन का प्रकार लौटाता है, अर्थात, ऑपरेशन द्वारा की गई गणना का नाम।
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],[],null,["# GraphOperation\n\npublic final class **GraphOperation** \nImplementation for an [Operation](/api_docs/java/org/tensorflow/Operation) added as a node to a [Graph](/api_docs/java/org/tensorflow/Graph).\n\nGraphOperation instances are valid only as long as the [Graph](/api_docs/java/org/tensorflow/Graph) they are a part of is\nvalid. Thus, if [Graph.close()](/api_docs/java/org/tensorflow/Graph#close()) has been invoked, then methods on the GraphOperation\ninstance may fail with an `IllegalStateException`.\n\nGraphOperation instances are immutable and thread-safe.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### Public Methods\n\n|-----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| boolean | [equals](/api_docs/java/org/tensorflow/GraphOperation#equals(java.lang.Object))(Object o) |\n| int | [hashCode](/api_docs/java/org/tensorflow/GraphOperation#hashCode())() |\n| int | [inputListLength](/api_docs/java/org/tensorflow/GraphOperation#inputListLength(java.lang.String))(String name) Returns the size of the given inputs list of Tensors for this operation. |\n| String | [name](/api_docs/java/org/tensorflow/GraphOperation#name())() Returns the full name of the Operation. |\n| int | [numOutputs](/api_docs/java/org/tensorflow/GraphOperation#numOutputs())() Returns the number of tensors produced by this operation. |\n| \\\u003cT\\\u003e [Output](/api_docs/java/org/tensorflow/Output)\\\u003cT\\\u003e | [output](/api_docs/java/org/tensorflow/GraphOperation#output(int))(int idx) Returns a symbolic handle to one of the tensors produced by this operation. |\n| [Output\\[\\]](/api_docs/java/org/tensorflow/Output)\\\u003c?\\\u003e | [outputList](/api_docs/java/org/tensorflow/GraphOperation#outputList(int,%20int))(int idx, int length) Returns symbolic handles to a list of tensors produced by this operation. |\n| int | [outputListLength](/api_docs/java/org/tensorflow/GraphOperation#outputListLength(java.lang.String))(String name) Returns the size of the list of Tensors produced by this operation. |\n| String | [toString](/api_docs/java/org/tensorflow/GraphOperation#toString())() |\n| String | [type](/api_docs/java/org/tensorflow/GraphOperation#type())() Returns the type of the operation, i.e., the name of the computation performed by the operation. |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface [org.tensorflow.Operation](/api_docs/java/org/tensorflow/Operation) \n\n|--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [inputListLength](/api_docs/java/org/tensorflow/Operation#inputListLength(java.lang.String))(String name) Returns the size of the given inputs list of Tensors for this operation. |\n| abstract String | [name](/api_docs/java/org/tensorflow/Operation#name())() Returns the full name of the Operation. |\n| abstract int | [numOutputs](/api_docs/java/org/tensorflow/Operation#numOutputs())() Returns the number of tensors produced by this operation. |\n| abstract \\\u003cT\\\u003e [Output](/api_docs/java/org/tensorflow/Output)\\\u003cT\\\u003e | [output](/api_docs/java/org/tensorflow/Operation#output(int))(int idx) Returns a symbolic handle to one of the tensors produced by this operation. |\n| abstract [Output\\[\\]](/api_docs/java/org/tensorflow/Output)\\\u003c?\\\u003e | [outputList](/api_docs/java/org/tensorflow/Operation#outputList(int,%20int))(int idx, int length) Returns symbolic handles to a list of tensors produced by this operation. |\n| abstract int | [outputListLength](/api_docs/java/org/tensorflow/Operation#outputListLength(java.lang.String))(String name) Returns the size of the list of Tensors produced by this operation. |\n| abstract String | [type](/api_docs/java/org/tensorflow/Operation#type())() Returns the type of the operation, i.e., the name of the computation performed by the operation. |\n\nPublic Methods\n--------------\n\n#### public boolean\n**equals**\n(Object o)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| o | |\n|---|---|\n\n#### public int\n**hashCode**\n()\n\n\u003cbr /\u003e\n\n#### public int\n**inputListLength**\n(String name)\n\nReturns the size of the given inputs list of Tensors for this operation.\n\nAn Operation has multiple named inputs, each of which contains either a single tensor or a\nlist of tensors. This method returns the size of the list of tensors for a specific named input\nof the operation.\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| name | identifier of the list of tensors (of which there may be many) inputs to this operation. |\n|------|------------------------------------------------------------------------------------------|\n\n##### Returns\n\n- the size of the list of Tensors produced by this named input. \n\n#### public String\n**name**\n()\n\nReturns the full name of the Operation. \n\n#### public int\n**numOutputs**\n()\n\nReturns the number of tensors produced by this operation. \n\n#### public [Output](/api_docs/java/org/tensorflow/Output)\\\u003cT\\\u003e\n**output**\n(int idx)\n\nReturns a symbolic handle to one of the tensors produced by this operation.\n\nWarning: Does not check that the type of the tensor matches T. It is recommended to call\nthis method with an explicit type parameter rather than letting it be inferred, e.g. `operation.<Integer>output(0)`\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| idx | The index of the output among the outputs produced by this operation. |\n|-----|-----------------------------------------------------------------------|\n\n#### public [Output\\[\\]](/api_docs/java/org/tensorflow/Output)\\\u003c?\\\u003e\n**outputList**\n(int idx, int length)\n\nReturns symbolic handles to a list of tensors produced by this operation. \n\n##### Parameters\n\n| idx | index of the first tensor of the list |\n| length | number of tensors in the list |\n|--------|---------------------------------------|\n\n##### Returns\n\n- array of `Output` \n\n#### public int\n**outputListLength**\n(String name)\n\nReturns the size of the list of Tensors produced by this operation.\n\nAn Operation has multiple named outputs, each of which produces either a single tensor or a\nlist of tensors. This method returns the size of the list of tensors for a specific named\noutput of the operation.\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| name | identifier of the list of tensors (of which there may be many) produced by this operation. |\n|------|--------------------------------------------------------------------------------------------|\n\n##### Returns\n\n- the size of the list of Tensors produced by this named output. \n\n#### public String\n**toString**\n()\n\n\u003cbr /\u003e\n\n#### public String\n**type**\n()\n\nReturns the type of the operation, i.e., the name of the computation performed by the\noperation."]]