DebuggedGraphOrBuilder

giao diện công cộng DebuggedGraphOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getGraphId ()
 An ID for the graph.
trừu tượng com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
chuỗi trừu tượng
getGraphName ()
 Name of the graph (if available).
trừu tượng com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph (if available).
trừu tượng com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
chuỗi trừu tượng
getInstrumentedOps (chỉ mục int)
 Names of the instrumented ops.
trừu tượng com.google.protobuf.ByteString
getInstrumentedOpsBytes (chỉ mục int)
 Names of the instrumented ops.
int trừu tượng
getInstrumentedOpsCount ()
 Names of the instrumented ops.
Danh sách trừu tượng<String>
getInstrumentedOpsList ()
 Names of the instrumented ops.
trừu tượng com.google.protobuf.ByteString
getOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
chuỗi trừu tượng
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
trừu tượng com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.

Phương pháp công khai

Chuỗi tóm tắt công khai getGraphId ()

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

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getGraphName ()

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

tóm tắt công khai com.google.protobuf.ByteString getGraphNameBytes ()

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

tóm tắt công khai com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

chuỗi trừu tượng công khai getInstrumentedOps (chỉ mục 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;

tóm tắt công khai com.google.protobuf.ByteString getInstrumentedOpsBytes (chỉ mục 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;

tóm tắt công khai 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;

Danh sách tóm tắt công khai<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;

tóm tắt công khai com.google.protobuf.ByteString getOriginalGraphDef ()

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

Chuỗi tóm tắt công khai getOuterContextId ()

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

tóm tắt công khai com.google.protobuf.ByteString getOuterContextIdBytes ()

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