DebuggedGraphOrBuilder

อินเทอร์เฟซสาธารณะ DebuggedGraphOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
getGraphId ()
 An ID for the graph.
นามธรรม com.google.protobuf.ByteString
รับ GraphIdBytes ()
 An ID for the graph.
สตริงที่เป็นนามธรรม
getGraphName ()
 Name of the graph (if available).
นามธรรม com.google.protobuf.ByteString
รับGraphNameBytes ()
 Name of the graph (if available).
นามธรรม com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
สตริงที่เป็นนามธรรม
getInstrumentedOps (ดัชนี int)
 Names of the instrumented ops.
นามธรรม com.google.protobuf.ByteString
getInstrumentedOpsBytes (ดัชนี int)
 Names of the instrumented ops.
บทคัดย่อ
getInstrumentedOpsCount ()
 Names of the instrumented ops.
รายการนามธรรม <สตริง>
getInstrumentedOpsList ()
 Names of the instrumented ops.
นามธรรม com.google.protobuf.ByteString
รับ OriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
สตริงที่เป็นนามธรรม
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
นามธรรม com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.

วิธีการสาธารณะ

สตริงนามธรรมสาธารณะ getGraphId ()

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

นามธรรมสาธารณะ 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;

สตริงนามธรรมสาธารณะ getGraphName ()

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getGraphNameBytes ()

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getInstrumentedGraphDef ()

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

สตริงนามธรรมสาธารณะ getInstrumentedOps (ดัชนี 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;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getInstrumentedOpsBytes (ดัชนี 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;

นามธรรมสาธารณะ 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;

รายการนามธรรมสาธารณะ <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;

นามธรรมสาธารณะ com.google.protobuf.ByteString getOriginalGraphDef ()

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

สตริงนามธรรมสาธารณะ getOuterContextId ()

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getOuterContextIdBytes ()

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