DebuggedGraphOrBuilder

interfaccia pubblica DebuggedGraphOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getIdGrafico ()
 An ID for the graph.
astratto com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
stringa astratta
getNomeGrafico ()
 Name of the graph (if available).
astratto com.google.protobuf.ByteString
getNomeGraficoBytes ()
 Name of the graph (if available).
astratto com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
stringa astratta
getInstrumentedOps (indice int)
 Names of the instrumented ops.
astratto com.google.protobuf.ByteString
getInstrumentedOpsBytes (indice int)
 Names of the instrumented ops.
astratto int
getInstrumentedOpsCount ()
 Names of the instrumented ops.
Elenco astratto<String>
getInstrumentedOpsList ()
 Names of the instrumented ops.
astratto com.google.protobuf.ByteString
getOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
stringa astratta
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
astratto com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.

Metodi pubblici

stringa astratta pubblica getGraphId ()

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

estratto pubblico 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;

estratto pubblico com.google.protobuf.ByteString getGraphNameBytes ()

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

estratto pubblico 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 (indice 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;

abstract pubblico com.google.protobuf.ByteString getInstrumentedOpsBytes (indice 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 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;

estratto pubblico com.google.protobuf.ByteString getOriginalGraphDef ()

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

stringa astratta pubblica getOuterContextId ()

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

estratto pubblico com.google.protobuf.ByteString getOuterContextIdBytes ()

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