Interface DebuggedGraphOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
DebuggedGraph, DebuggedGraph.Builder
-
Method Summary
Modifier and TypeMethodDescriptionAn ID for the graph.An ID for the graph.Name of the graph (if available).Name of the graph (if available).An encoded version of a GraphDef.getInstrumentedOps(int index) Names of the instrumented ops.getInstrumentedOpsBytes(int index) Names of the instrumented ops.intNames of the instrumented ops.Names of the instrumented ops.Original (uninstrumented) GraphDef (if available).IDs of the immediate enclosing context (graph), if any.IDs of the immediate enclosing context (graph), if any.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getGraphId
String getGraphId()An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;- Returns:
- The graphId.
-
getGraphIdBytes
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;- Returns:
- The bytes for graphId.
-
getGraphName
String getGraphName()Name of the graph (if available).
string graph_name = 2;- Returns:
- The graphName.
-
getGraphNameBytes
ByteString getGraphNameBytes()Name of the graph (if available).
string graph_name = 2;- Returns:
- The bytes for graphName.
-
getInstrumentedOpsList
-
getInstrumentedOpsCount
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;- Returns:
- The count of instrumentedOps.
-
getInstrumentedOps
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;- Parameters:
index- The index of the element to return.- Returns:
- The instrumentedOps at the given index.
-
getInstrumentedOpsBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the instrumentedOps at the given index.
-
getOriginalGraphDef
ByteString getOriginalGraphDef()Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;- Returns:
- The originalGraphDef.
-
getInstrumentedGraphDef
ByteString getInstrumentedGraphDef()An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;- Returns:
- The instrumentedGraphDef.
-
getOuterContextId
String getOuterContextId()IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;- Returns:
- The outerContextId.
-
getOuterContextIdBytes
ByteString getOuterContextIdBytes()IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;- Returns:
- The bytes for outerContextId.
-