DebuggedGraphOrBuilder

genel arayüz DebuggedGraphOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getGraphId ()
 An ID for the graph.
abstract com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
soyut Dize
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.
soyut Dize
getInstrumentedOps (int dizini)
 Names of the instrumented ops.
abstract com.google.protobuf.ByteString
getInstrumentedOpsBytes (int dizini)
 Names of the instrumented ops.
soyut int
getInstrumentedOpsCount ()
 Names of the instrumented ops.
özet Liste<String>
getInstrumentedOpsList ()
 Names of the instrumented ops.
abstract com.google.protobuf.ByteString
getOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
soyut Dize
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.

Genel Yöntemler

genel özet Dize getGraphId ()

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

genel özet 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;

genel özet Dize getGraphName ()

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

genel özet com.google.protobuf.ByteString getGraphNameBytes ()

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

genel özet com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

genel özet String getInstrumentedOps (int dizini)

 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;

genel özet com.google.protobuf.ByteString getInstrumentedOpsBytes (int dizini)

 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;

genel özet 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;

genel özet Listesi<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;

genel özet com.google.protobuf.ByteString getOriginalGraphDef ()

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

genel özet Dize getOuterContextId ()

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

genel özet com.google.protobuf.ByteString getOuterContextIdBytes ()

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