DebuggedGraphOrBuilder

interface publique DebuggedGraphOrBuilder
Sous-classes indirectes connues

Méthodes publiques

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

Méthodes publiques

chaîne abstraite publique getGraphId ()

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

résumé public 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;

chaîne abstraite publique getGraphName ()

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

résumé public com.google.protobuf.ByteString getGraphNameBytes ()

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

résumé public com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

chaîne abstraite publique getInstrumentedOps (index 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;

résumé public com.google.protobuf.ByteString getInstrumentedOpsBytes (index 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;

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

liste abstraite publique<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;

résumé public com.google.protobuf.ByteString getOriginalGraphDef ()

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

chaîne abstraite publique getOuterContextId ()

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

résumé public com.google.protobuf.ByteString getOuterContextIdBytes ()

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