Interface DebuggedGraphOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DebuggedGraph, DebuggedGraph.Builder

public interface DebuggedGraphOrBuilder extends MessageOrBuilder
  • 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

      List<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;
      Returns:
      A list containing the instrumentedOps.
    • 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

      String 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;
      Parameters:
      index - The index of the element to return.
      Returns:
      The instrumentedOps at the given index.
    • getInstrumentedOpsBytes

      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;
      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.