общедоступный интерфейс DebuggedGraphOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактная строка | получитьграфид () An ID for the graph. |
абстрактный com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
абстрактная строка | получитьИмяГрафика () Name of the graph (if available). |
абстрактный com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
абстрактный com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
абстрактная строка | getInstrumentedOps (индекс целого числа) Names of the instrumented ops. |
абстрактный com.google.protobuf.ByteString | getInstrumentedOpsBytes (индекс целого числа) Names of the instrumented ops. |
абстрактный интервал | getInstrumentedOpsCount () Names of the instrumented ops. |
абстрактный список<String> | getInstrumentedOpsList () Names of the instrumented ops. |
абстрактный com.google.protobuf.ByteString | getOriginalGraphDef () 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;