DebuggedGraphOrBuilder

antarmuka publik DebuggedGraphOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkanGraphId ()
 An ID for the graph.
abstrak com.google.protobuf.ByteString
dapatkanGraphIdBytes ()
 An ID for the graph.
Tali abstrak
dapatkanGraphName ()
 Name of the graph (if available).
abstrak com.google.protobuf.ByteString
dapatkanGraphNameBytes ()
 Name of the graph (if available).
abstrak com.google.protobuf.ByteString
dapatkanInstrumentedGraphDef ()
 An encoded version of a GraphDef.
Tali abstrak
getInstrumentedOps (indeks int)
 Names of the instrumented ops.
abstrak com.google.protobuf.ByteString
getInstrumentedOpsBytes (indeks int)
 Names of the instrumented ops.
abstrak ke dalam
dapatkanInstrumentedOpsCount ()
 Names of the instrumented ops.
Daftar abstrak<String>
dapatkanInstrumentedOpsList ()
 Names of the instrumented ops.
abstrak com.google.protobuf.ByteString
dapatkanOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
Tali abstrak
dapatkanOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
abstrak com.google.protobuf.ByteString
dapatkanOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.

Metode Publik

String abstrak publik getGraphId ()

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

abstrak publik 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 abstrak publik getGraphName ()

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

abstrak publik com.google.protobuf.ByteString getGraphNameBytes ()

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

abstrak publik 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 abstrak publik 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;

abstrak publik 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;

abstrak publik 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;

Daftar abstrak publik<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;

abstrak publik com.google.protobuf.ByteString getOriginalGraphDef ()

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

String abstrak publik getOuterContextId ()

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

abstrak publik com.google.protobuf.ByteString getOuterContextIdBytes ()

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