DebuggedGraphOrBuilder

सार्वजनिक इंटरफ़ेस DebuggedGraphOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

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

सार स्ट्रिंग
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.
सार इंट
getInstrumentedOpsCount ()
 Names of the instrumented ops.
सार सूची<स्ट्रिंग>
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.

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

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार सूची <स्ट्रिंग> 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;