DebuggedGraphOrBuilder

public interface DebuggedGraphOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getGraphId()
 An ID for the graph.
abstract com.google.protobuf.ByteString
getGraphIdBytes()
 An ID for the graph.
abstract String
getGraphName()
 Name of the graph (if available).
abstract com.google.protobuf.ByteString
getGraphNameBytes()
 Name of the graph (if available).
abstract com.google.protobuf.ByteString
getInstrumentedGraphDef()
 An encoded version of a GraphDef.
abstract String
getInstrumentedOps(int index)
 Names of the instrumented ops.
abstract com.google.protobuf.ByteString
getInstrumentedOpsBytes(int index)
 Names of the instrumented ops.
abstract int
getInstrumentedOpsCount()
 Names of the instrumented ops.
abstract List<String>
getInstrumentedOpsList()
 Names of the instrumented ops.
abstract com.google.protobuf.ByteString
getOriginalGraphDef()
 Original (uninstrumented) GraphDef (if available).
abstract String
getOuterContextId()
 IDs of the immediate enclosing context (graph), if any.
abstract com.google.protobuf.ByteString
getOuterContextIdBytes()
 IDs of the immediate enclosing context (graph), if any.

Public Methods

public abstract 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;

public abstract 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;

public abstract String getGraphName ()

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

public abstract com.google.protobuf.ByteString getGraphNameBytes ()

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

public abstract com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

public abstract 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;

public abstract 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;

public abstract 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;

public abstract 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;

public abstract com.google.protobuf.ByteString getOriginalGraphDef ()

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

public abstract String getOuterContextId ()

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

public abstract com.google.protobuf.ByteString getOuterContextIdBytes ()

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