DebuggedGraphOrBuilder

interface pública DebuggedGraphOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

String abstrata pública getGraphId ()

 An ID for the graph.
 This can be used up to look up graph names. Generated by the debugger.
 
string graph_id = 1;

resumo público 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;

String abstrata pública getGraphName ()

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

resumo público com.google.protobuf.ByteString getGraphNameBytes ()

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

resumo público com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

string abstrata pública getInstrumentedOps (índice 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;

resumo público com.google.protobuf.ByteString getInstrumentedOpsBytes (índice 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;

público abstrato 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;

lista abstrata pública<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;

resumo público com.google.protobuf.ByteString getOriginalGraphDef ()

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

String abstrata pública getOuterContextId ()

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

resumo público com.google.protobuf.ByteString getOuterContextIdBytes ()

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