パブリック インターフェイスDebuggedGraphOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象文字列 | getGraphId () An ID for the graph. |
| 抽象的な com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
| 抽象文字列 | getグラフ名() 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 (int インデックス) Names of the instrumented ops. |
| 抽象的な com.google.protobuf.ByteString | getInstrumentedOpsBytes (int インデックス) 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. |
パブリックメソッド
パブリック抽象 String 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; public abstract String getGraphName ()
Name of the graph (if available).
string graph_name = 2; public abstract 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; public abstract 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; パブリック抽象 List<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; パブリック抽象 String 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;