DebuggedGraph

सार्वजनिक अंतिम श्रेणी डीबग्डग्राफ़

 A debugger-instrumented graph.
 
प्रोटोबफ़ प्रकार tensorflow.DebuggedGraph

नेस्टेड क्लासेस

कक्षा डीबग्डग्राफ.बिल्डर
 A debugger-instrumented graph. 

स्थिरांक

int यहाँ GRAPH_ID_FIELD_NUMBER
int यहाँ GRAPH_NAME_FIELD_NUMBER
int यहाँ INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
int यहाँ INSTRUMENTED_OPS_FIELD_NUMBER
int यहाँ मूल_GRAPH_DEF_FIELD_NUMBER
int यहाँ OUTER_CONTEXT_ID_FIELD_NUMBER

सार्वजनिक तरीके

बूलियन
बराबर (वस्तु obj)
स्थैतिक डीबग्डग्राफ़
डीबग्डग्राफ़
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor
डोरी
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
डोरी
com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph (if available).
com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
डोरी
getInstrumentedOps (इंट इंडेक्स)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (इंट इंडेक्स)
 Names of the instrumented ops.
int यहाँ
getInstrumentedOpsCount ()
 Names of the instrumented ops.
com.google.protobuf.ProtocolStringList
getInstrumentedOpsList ()
 Names of the instrumented ops.
com.google.protobuf.ByteString
getOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
डोरी
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.
int यहाँ
अंतिम com.google.protobuf.UnknownFieldSet
int यहाँ
अंतिम बूलियन
स्थैतिक डीबग्डग्राफ.बिल्डर
स्थैतिक डीबग्डग्राफ.बिल्डर
डीबग्डग्राफ.बिल्डर
स्थैतिक डीबग्डग्राफ़
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 एक्सटेंशनरजिस्ट्री)
स्थिर
डीबग्डग्राफ.बिल्डर
खालीपन
राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)

विरासत में मिली विधियाँ

स्थिरांक

सार्वजनिक स्थैतिक अंतिम पूर्णांक GRAPH_ID_FIELD_NUMBER

स्थिर मान: 1

सार्वजनिक स्थैतिक अंतिम पूर्णांक GRAPH_NAME_FIELD_NUMBER

स्थिर मान: 2

सार्वजनिक स्थैतिक अंतिम पूर्णांक INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

स्थिर मान: 5

सार्वजनिक स्थैतिक अंतिम पूर्णांक INSTRUMENTED_OPS_FIELD_NUMBER

स्थिर मान: 3

सार्वजनिक स्थैतिक अंतिम पूर्णांक ORIGINAL_GRAPH_DEF_FIELD_NUMBER

स्थिर मान: 4

सार्वजनिक स्थैतिक अंतिम पूर्णांक OUTER_CONTEXT_ID_FIELD_NUMBER

स्थिर मान: 6

सार्वजनिक तरीके

सार्वजनिक बूलियन बराबर (ऑब्जेक्ट obj)

सार्वजनिक स्थैतिक डीबग्डग्राफ getDefaultInstance ()

सार्वजनिक डीबग्डग्राफ getDefaultInstanceForType ()

सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()

सार्वजनिक स्ट्रिंग getGraphId ()

 An ID for the graph.
 This can be used up to look up graph names. Generated by the debugger.
 
string graph_id = 1;

सार्वजनिक com.google.protobuf.ByteString getGraphIdBytes ()

 An ID for the graph.
 This can be used up to look up graph names. Generated by the debugger.
 
string graph_id = 1;

सार्वजनिक स्ट्रिंग getGraphName ()

 Name of the graph (if available).
 
string graph_name = 2;

सार्वजनिक com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph (if available).
 
string graph_name = 2;

सार्वजनिक com.google.protobuf.ByteString getInstrumentedGraphDef ()

 An encoded version of a GraphDef.
 This graph may include the debugger-inserted ops.
 
bytes instrumented_graph_def = 5;

सार्वजनिक स्ट्रिंग getInstrumentedOps (int अनुक्रमणिका)

 Names of the instrumented ops. This can be used to look up op name
 based on the numeric-summary tensors (2nd column).
 
repeated string instrumented_ops = 3;

सार्वजनिक com.google.protobuf.ByteString getInstrumentedOpsBytes (int अनुक्रमणिका)

 Names of the instrumented ops. This can be used to look up op name
 based on the numeric-summary tensors (2nd column).
 
repeated string instrumented_ops = 3;

सार्वजनिक int getInstrumentedOpsCount ()

 Names of the instrumented ops. This can be used to look up op name
 based on the numeric-summary tensors (2nd column).
 
repeated string instrumented_ops = 3;

सार्वजनिक com.google.protobuf.ProtocolStringList getInstrumentedOpsList ()

 Names of the instrumented ops. This can be used to look up op name
 based on the numeric-summary tensors (2nd column).
 
repeated string instrumented_ops = 3;

सार्वजनिक com.google.protobuf.ByteString getOriginalGraphDef ()

 Original (uninstrumented) GraphDef (if available).
 
bytes original_graph_def = 4;

सार्वजनिक स्ट्रिंग getOuterContextId ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

सार्वजनिक com.google.protobuf.ByteString getOuterContextIdBytes ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

जनता getParserForType ()

सार्वजनिक int getSerializedSize ()

सार्वजनिक अंतिम com.google.protobuf.UnknownFieldSet getUnknownFields ()

सार्वजनिक पूर्णांक हैशकोड ()

सार्वजनिक अंतिम बूलियन आरंभीकृत है ()

सार्वजनिक स्थैतिक डीबग्डग्राफ.बिल्डर न्यूबिल्डर ()

सार्वजनिक स्थैतिक DebuggedGraph.Builder newBuilder ( DebuggedGraph प्रोटोटाइप)

सार्वजनिक डीबग्डग्राफ.बिल्डर न्यूबिल्डरफॉरटाइप ()

सार्वजनिक स्थैतिक डीबग्डग्राफ पार्सडिलीमिटेडफ्रॉम (इनपुटस्ट्रीम इनपुट)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक डीबग्डग्राफ पार्सडेलिमिटेडफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक डीबग्डग्राफ़ पार्सफ़्रॉम (बाइटबफ़र डेटा)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक डीबग्डग्राफ पार्सेफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक डीबग्डग्राफ़ पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक डीबग्डग्राफ़ पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक डीबग्डग्राफ पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक डीबग्डग्राफ पार्सेफ्रॉम (com.google.protobuf.ByteString डेटा)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक डिबग्डग्राफ पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक डीबग्डग्राफ़ पार्सफ्रॉम (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक पार्सर ()

सार्वजनिक डीबग्डग्राफ.बिल्डर टूबिल्डर ()

सार्वजनिक शून्य राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)

फेंकता
आईओ अपवाद