DebuggedGraphOrBuilder

ממשק ציבורי DebuggedGraphOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מחרוזת מופשטת
getGraphId ()
 An ID for the graph.
תקציר com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
מחרוזת מופשטת
getGraphName ()
 Name of the graph (if available).
תקציר com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph (if available).
תקציר com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
מחרוזת מופשטת
getInstrumentedOps (int index)
 Names of the instrumented ops.
תקציר com.google.protobuf.ByteString
getInstrumentedOpsBytes (int index)
 Names of the instrumented ops.
מופשט int
getInstrumentedOpsCount ()
 Names of the instrumented ops.
רשימה מופשטת<String>
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 index)

 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 index)

 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;

רשימת תקציר ציבורית<String> 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;