الواجهة العامة DebuggedGraphOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
سلسلة مجردة | معرف الرسم البياني () An ID for the graph. |
مجردة com.google.protobuf.ByteString | الحصول على GraphIdBytes () An ID for the graph. |
سلسلة مجردة | الحصول على GraphName () Name of the graph (if available). |
مجردة com.google.protobuf.ByteString | الحصول على GraphNameBytes () Name of the graph (if available). |
مجردة com.google.protobuf.ByteString | الحصول علىInstrumentedGraphDef () An encoded version of a GraphDef. |
سلسلة مجردة | getInstrumentedOps (فهرس كثافة العمليات) Names of the instrumented ops. |
مجردة com.google.protobuf.ByteString | getInstrumentedOpsBytes (فهرس كثافة العمليات) Names of the instrumented ops. |
كثافة العمليات مجردة | الحصول علىInstrumentedOpsCount () Names of the instrumented ops. |
قائمة مجردة <سلسلة> | الحصول علىInstrumentedOpsList () Names of the instrumented ops. |
مجردة com.google.protobuf.ByteString | الحصول على الأصلGraphDef () 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;