DebuggedGraph

공개 최종 클래스 DebuggedGraph

 A debugger-instrumented graph.
 
Protobuf 유형 tensorflow.DebuggedGraph

중첩 클래스

수업 디버깅된 그래프.빌더
 A debugger-instrumented graph. 

상수

공개 방법

부울
같음 (객체 객체)
정적 디버깅 그래프
디버깅된 그래프
최종 정적 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)
공전
파서 ()
디버깅된 그래프.빌더
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

부울
같음 (개체 arg0)
마지막 수업<?>
getClass ()
정수
해시코드 ()
최종 무효
알림 ()
최종 무효
통지모두 ()
toString ()
최종 무효
대기 (long arg0, int arg1)
최종 무효
기다리세요 (긴 arg0)
최종 무효
기다리다 ()
org.tensorflow.proto.util.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.

상수

공개 정적 최종 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) 와 같습니다 .

공개 정적 DebuggedGraph getDefaultInstance ()

공개 DebuggedGraph getDefaultInstanceForType ()

공개 정적 최종 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 ()

공개 정적 DebuggedGraph.Builder newBuilder ()

공개 정적 DebuggedGraph.Builder newBuilder ( DebuggedGraph 프로토타입)

공개 DebuggedGraph.Builder newBuilderForType ()

공개 정적 DebuggedGraphparseDelimitedFrom ( InputStream 입력)

던지기
IO예외

공개 정적 DebuggedGraphparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 DebuggedGraph parsFrom (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebuggedGraph ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 DebuggedGraph parseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebuggedGraph ParseFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 DebuggedGraph parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebuggedGraph ParseFrom (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebuggedGraph parseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 DebuggedGraph parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 DebuggedGraph.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외