공개 인터페이스 DebuggedGraphOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 문자열 | getGraphId () 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. |
추상 목록<문자열> | 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;
공개 추상 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;
공개 추상 문자열 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;