DebuggedGraphOrBuilder

interfejs publiczny DebuggedGraphOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
getGraphId ()
 An ID for the graph.
streszczenie com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
abstrakcyjny ciąg
getGraphName ()
 Name of the graph (if available).
streszczenie com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph (if available).
streszczenie com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
abstrakcyjny ciąg
getInstrumentedOps (indeks int)
 Names of the instrumented ops.
streszczenie com.google.protobuf.ByteString
getInstrumentedOpsBytes (indeks int)
 Names of the instrumented ops.
streszczenie wew
getInstrumentedOpsCount ()
 Names of the instrumented ops.
lista abstrakcyjna<String>
getInstrumentedOpsList ()
 Names of the instrumented ops.
streszczenie com.google.protobuf.ByteString
getOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
abstrakcyjny ciąg
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
streszczenie com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.

Metody publiczne

publiczny ciąg abstrakcyjny getGraphId ()

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

publiczne streszczenie 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;

publiczny ciąg abstrakcyjny getGraphName ()

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

publiczne streszczenie com.google.protobuf.ByteString getGraphNameBytes ()

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

publiczne streszczenie 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 streszczenie Ciąg getInstrumentedOps (indeks 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;

publiczne streszczenie com.google.protobuf.ByteString getInstrumentedOpsBytes (indeks 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;

publiczne streszczenie 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;

publiczna abstrakcja 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;

publiczne streszczenie com.google.protobuf.ByteString getOriginalGraphDef ()

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

publiczny ciąg abstrakcyjny getOuterContextId ()

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

publiczna abstrakcja com.google.protobuf.ByteString getOuterContextIdBytes ()

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