공개 최종 수업 이벤트
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
중첩 클래스
수업 | 이벤트.빌더 | Protocol buffer representing an event that happened during the execution of a Brain model. | |
열거형 | Event.WhatCase |
상수
공개 방법
부울 | 같음 (객체 객체) |
정적 이벤트 | |
이벤트 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
끈 | getFileVersion () An event file was started, with the specified version. |
com.google.protobuf.ByteString | getFileVersionBytes () An event file was started, with the specified version. |
com.google.protobuf.ByteString | getGraphDef () An encoded version of a GraphDef. |
로그메시지 | getLogMessage () The user output a log message. |
로그메시지또는빌더 | getLogMessageOrBuilder () The user output a log message. |
com.google.protobuf.ByteString | getMetaGraphDef () An encoded version of a MetaGraphDef. |
정수 | |
세션로그 | getSessionLog () The state of the session which can be used for restarting after crashes. |
세션로그또는 빌더 | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
긴 | getStep () Global step of the event. |
요약 | get요약 () A summary was generated. |
요약또는빌더 | getSummaryOrBuilder () A summary was generated. |
태그가 지정됨실행메타데이터 | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
태그가 지정됨RunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
최종 com.google.protobuf.UnknownFieldSet | |
더블 | getWallTime () Timestamp of the event. |
Event.WhatCase | getWhatCase () |
부울 | hasLogMessage () The user output a log message. |
부울 | hasSessionLog () The state of the session which can be used for restarting after crashes. |
부울 | hasSummary () A summary was generated. |
부울 | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 이벤트.빌더 | newBuilder ( 이벤트 프로토타입) |
정적 이벤트.빌더 | 새로운 빌더 () |
이벤트.빌더 | |
정적 이벤트 | 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 FILE_VERSION_FIELD_NUMBER
상수값: 3
공개 정적 최종 int GRAPH_DEF_FIELD_NUMBER
상수값: 4
공개 정적 최종 int LOG_MESSAGE_FIELD_NUMBER
상수값: 6
공개 정적 최종 int META_GRAPH_DEF_FIELD_NUMBER
상수값: 9
공개 정적 최종 int SESSION_LOG_FIELD_NUMBER
상수값: 7
공개 정적 최종 int STEP_FIELD_NUMBER
상수값: 2
공개 정적 최종 int SUMMARY_FIELD_NUMBER
상수값: 5
공개 정적 최종 정수 TAGGED_RUN_METADATA_FIELD_NUMBER
상수값: 8
공개 정적 최종 int WALL_TIME_FIELD_NUMBER
상수값: 1
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 문자열 getFileVersion ()
An event file was started, with the specified version. This is use to identify the contents of the record IO files easily. Current version is "brain.Event:2". All versions start with "brain.Event:".
string file_version = 3;
공개 com.google.protobuf.ByteString getFileVersionBytes ()
An event file was started, with the specified version. This is use to identify the contents of the record IO files easily. Current version is "brain.Event:2". All versions start with "brain.Event:".
string file_version = 3;
공개 com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
공개 LogMessage getLogMessage ()
The user output a log message. Not all messages are logged, only ones generated via the Python tensorboard_logging module.
.tensorflow.LogMessage log_message = 6;
공개 LogMessageOrBuilder getLogMessageOrBuilder ()
The user output a log message. Not all messages are logged, only ones generated via the Python tensorboard_logging module.
.tensorflow.LogMessage log_message = 6;
공개 com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
공개 SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
공개 긴 getStep ()
Global step of the event.
int64 step = 2;
공개 SummaryOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
공개 TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
공개 TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 이중 getWallTime ()
Timestamp of the event.
double wall_time = 1;
공개 부울 hasLogMessage ()
The user output a log message. Not all messages are logged, only ones generated via the Python tensorboard_logging module.
.tensorflow.LogMessage log_message = 6;
공개 부울 hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
공개 부울 hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
공개 부울 hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 이벤트 parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 이벤트 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 이벤트 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 이벤트 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 이벤트 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 이벤트 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|