אירוע כיתת גמר ציבורית
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
מסוג Protobuf.אירוע כיתות מקוננות
מַחלָקָה | בונה אירועים | Protocol buffer representing an event that happened during the execution of a Brain model. | |
enum | Event.WhatCase |
קבועים
שיטות ציבוריות
בוליאני | שווה (Object obj) |
אירוע סטטי | |
מִקרֶה | |
final static 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. |
LogMessage | getLogMessage () The user output a log message. |
LogMessageOrBuilder | getLogMessageOrBuilder () The user output a log message. |
com.google.protobuf.ByteString | getMetaGraphDef () An encoded version of a MetaGraphDef. |
int | |
Session Log | getSessionLog () The state of the session which can be used for restarting after crashes. |
SessionLogOrBuilder | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
אָרוֹך | getStep () Global step of the event. |
תַקצִיר | getSummary () A summary was generated. |
SummaryOrBuilder | getSummaryOrBuilder () A summary was generated. |
TaggedRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
TaggedRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
final 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. |
int | hashcode () |
בוליאנית סופית | |
סטטי Event.Builder | newBuilder (אב-טיפוס לאירוע ) |
סטטי Event.Builder | newBuilder () |
בונה אירועים | |
אירוע סטטי | parseDelimitedFrom (קלט InputStream) |
אירוע סטטי | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
אירוע סטטי | parseFrom (נתוני 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 extensionRegistry) |
אירוע סטטי | 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) |
שיטות בירושה
קבועים
אינט סופי סטטי ציבורי FILE_VERSION_FIELD_NUMBER
ערך קבוע: 3
אינט סופי סטטי ציבורי GRAPH_DEF_FIELD_NUMBER
ערך קבוע: 4
אינט סופי סטטי ציבורי LOG_MESSAGE_FIELD_NUMBER
ערך קבוע: 6
גמר סטטי ציבורי META_GRAPH_DEF_FIELD_NUMBER
ערך קבוע: 9
סיום סטטי ציבורי SESSION_LOG_FIELD_NUMBER
ערך קבוע: 7
גמר סטטי ציבורי STEP_FIELD_NUMBER
ערך קבוע: 2
גמר סטטי ציבורי SUMMARY_FIELD_NUMBER
ערך קבוע: 5
גמר סטטי ציבורי TAGGED_RUN_METADATA_FIELD_NUMBER
ערך קבוע: 8
גמר סטטי ציבורי WALL_TIME_FIELD_NUMBER
ערך קבוע: 1
שיטות ציבוריות
שווה ערך בוליאני ציבורי (Object obj)
public static final 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;
public 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;
public com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
Public 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;
Public 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;
public com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
פּוּמְבֵּי getParserForType ()
public int getSerializedSize ()
Public SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public 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;
Public SummaryOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
public TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public final 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;
יש סיכום בוליאני ציבורי ()
A summary was generated.
.tensorflow.Summary summary = 5;
hasTaggedRunMetadata בוליאני ציבורי ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public int hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
Public static Event parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public static Event parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public static Event parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static Event parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
Public static Event parseFrom (נתוני com.google.protobuf.ByteString)
זורק
InvalidProtocolBufferException |
---|
Public static Event parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public static Event parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|