공개 최종 클래스 DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
중첩 클래스
수업 | 디버깅된 그래프.빌더 | A debugger-instrumented graph. |
상수
정수 | GRAPH_ID_FIELD_NUMBER | |
정수 | GRAPH_NAME_FIELD_NUMBER | |
정수 | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
정수 | INSTRUMENTED_OPS_FIELD_NUMBER | |
정수 | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
정수 | OUTER_CONTEXT_ID_FIELD_NUMBER |
공개 방법
부울 | 같음 (객체 객체) |
정적 디버깅 그래프 | |
디버깅된 그래프 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
끈 | 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. |
com.google.protobuf.ProtocolStringList | 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. |
정수 | |
최종 com.google.protobuf.UnknownFieldSet | |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 DebuggedGraph.Builder | 새로운 빌더 () |
정적 DebuggedGraph.Builder | newBuilder ( DebuggedGraph 프로토타입) |
디버깅된 그래프.빌더 | |
정적 디버깅 그래프 | parsDelimitedFrom (InputStream 입력) |
정적 디버깅 그래프 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버깅 그래프 | parsFrom (ByteBuffer 데이터) |
정적 디버깅 그래프 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버깅 그래프 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버깅 그래프 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 디버깅 그래프 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 디버깅 그래프 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 디버깅 그래프 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 디버깅 그래프 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
디버깅된 그래프.빌더 | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int GRAPH_ID_FIELD_NUMBER
상수값: 1
공개 정적 최종 정수 GRAPH_NAME_FIELD_NUMBER
상수값: 2
공개 정적 최종 int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
상수값: 5
공개 정적 최종 int INSTRUMENTED_OPS_FIELD_NUMBER
상수값: 3
공개 정적 최종 int ORIGINAL_GRAPH_DEF_FIELD_NUMBER
상수값: 4
공개 정적 최종 int OUTER_CONTEXT_ID_FIELD_NUMBER
상수값: 6
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 문자열 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;
공개 com.google.protobuf.ProtocolStringList 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;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 DebuggedGraphparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
IO예외 |
---|
공개 정적 DebuggedGraph ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 DebuggedGraph parseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 DebuggedGraph parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 DebuggedGraph parseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 DebuggedGraph parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|