सार्वजनिक अंतिम वर्ग GraphDebugInfo
प्रोटोबफ़ प्रकार tensorflow.GraphDebugInfo
नेस्टेड क्लासेस
| कक्षा | GraphDebugInfo.बिल्डर | प्रोटोबफ़ प्रकार tensorflow.GraphDebugInfo | |
| कक्षा | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
| इंटरफ़ेस | GraphDebugInfo.FileLineColOrBuilder | ||
| कक्षा | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
| इंटरफ़ेस | GraphDebugInfo.StackTraceOrBuilder | ||
स्थिरांक
| int यहाँ | फ़ाइलें_FIELD_NUMBER | |
| int यहाँ | TRACES_FIELD_NUMBER |
सार्वजनिक तरीके
| बूलियन | इसमें ट्रेसेस (स्ट्रिंग कुंजी) शामिल है This maps a node name to a stack trace in the source code. |
| बूलियन | बराबर (वस्तु obj) |
| स्थिर ग्राफडिबगइन्फो | |
| ग्राफ़डीबगइन्फो | |
| अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor | |
| डोरी | getFiles (int अनुक्रमणिका) This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ByteString | getFilesBytes (int अनुक्रमणिका) This stores all the source code file names and can be indexed by the `file_index`. |
| int यहाँ | getफ़ाइल्सकाउंट () This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ProtocolStringList | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
| int यहाँ | |
| मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > | गेटट्रेस () इसके बजाय getTracesMap() उपयोग करें। |
| int यहाँ | getTracesCount () This maps a node name to a stack trace in the source code. |
| मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrDefault (स्ट्रिंग कुंजी, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrThrow (स्ट्रिंग कुंजी) This maps a node name to a stack trace in the source code. |
| अंतिम com.google.protobuf.UnknownFieldSet | |
| int यहाँ | हैशकोड () |
| अंतिम बूलियन | |
| स्थिर GraphDebugInfo.Builder | न्यूबिल्डर ( ग्राफडेबगइन्फो प्रोटोटाइप) |
| स्थिर GraphDebugInfo.Builder | नयाबिल्डर () |
| GraphDebugInfo.बिल्डर | |
| स्थिर ग्राफडिबगइन्फो | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट) |
| स्थिर ग्राफडिबगइन्फो | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर ग्राफडिबगइन्फो | पार्सफ्रॉम (बाइटबफ़र डेटा) |
| स्थिर ग्राफडिबगइन्फो | parseFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर ग्राफडिबगइन्फो | पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर ग्राफडिबगइन्फो | parseFrom (com.google.protobuf.CodedInputStream इनपुट) |
| स्थिर ग्राफडिबगइन्फो | पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर ग्राफडिबगइन्फो | parseFrom (com.google.protobuf.ByteString डेटा) |
| स्थिर ग्राफडिबगइन्फो | पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर ग्राफडिबगइन्फो | parseFrom (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
| स्थिर | पार्सर () |
| GraphDebugInfo.बिल्डर | टूबिल्डर () |
| खालीपन | राइटटू (com.google.protobuf.CodedOutputStream आउटपुट) |
विरासत में मिले तरीके
स्थिरांक
सार्वजनिक स्थैतिक अंतिम पूर्णांक FILES_FIELD_NUMBER
स्थिर मान: 1
सार्वजनिक स्थैतिक अंतिम int TRACES_FIELD_NUMBER
स्थिर मान: 2
सार्वजनिक तरीके
सार्वजनिक बूलियन में ट्रेसेस (स्ट्रिंग कुंजी) शामिल हैं
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; सार्वजनिक बूलियन बराबर (ऑब्जेक्ट obj)
सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()
सार्वजनिक स्ट्रिंग getFiles (int अनुक्रमणिका)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; सार्वजनिक com.google.protobuf.ByteString getFilesBytes (int अनुक्रमणिका)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; सार्वजनिक int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; सार्वजनिक com.google.protobuf.ProtocolStringList getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; जनता getParserForType ()
सार्वजनिक int getSerializedSize ()
सार्वजनिक मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > getTraces ()
इसके बजाय getTracesMap() उपयोग करें।
सार्वजनिक पूर्णांक getTracesCount ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; सार्वजनिक मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > getTracesMap ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; सार्वजनिक GraphDebugInfo.StackTrace getTracesOrDefault (स्ट्रिंग कुंजी, GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; सार्वजनिक GraphDebugInfo.StackTrace getTracesOrThrow (स्ट्रिंग कुंजी)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; सार्वजनिक अंतिम com.google.protobuf.UnknownFieldSet getUnknownFields ()
सार्वजनिक पूर्णांक हैशकोड ()
सार्वजनिक अंतिम बूलियन आरंभीकृत है ()
सार्वजनिक स्थैतिक GraphDebugInfo parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| आईओएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| आईओएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (ByteBuffer डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट)
फेंकता
| आईओएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (com.google.protobuf.ByteString डेटा)
फेंकता
| अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| आईओएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक GraphDebugInfo पार्सफ्रॉम (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
| अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
|---|
सार्वजनिक स्थैतिक पार्सर ()
सार्वजनिक शून्य राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)
फेंकता
| आईओएक्सेप्शन |
|---|