מחלקה סופית סטטית ציבורית Event.Builder
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
מסוג Protobuf.אירוע שיטות ציבוריות
בונה אירועים | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
מִקרֶה | לבנות () |
מִקרֶה | buildPartial () |
בונה אירועים | ברור () |
בונה אירועים | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
בונה אירועים | clearFileVersion () An event file was started, with the specified version. |
בונה אירועים | clearGraphDef () An encoded version of a GraphDef. |
בונה אירועים | clearLogMessage () The user output a log message. |
בונה אירועים | clearMetaGraphDef () An encoded version of a MetaGraphDef. |
בונה אירועים | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
בונה אירועים | clearSessionLog () The state of the session which can be used for restarting after crashes. |
בונה אירועים | clearStep () Global step of the event. |
בונה אירועים | ברור סיכום () A summary was generated. |
בונה אירועים | clearTaggedRunMetadata () The metadata returned by running a session.run() call. |
בונה אירועים | clearWallTime () Timestamp of the event. |
בונה אירועים | ברור מה () |
בונה אירועים | שיבוט () |
מִקרֶה | |
final static com.google.protobuf.Descriptors.Descriptor | |
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. |
LogMessage.Builder | getLogMessageBuilder () 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. |
Session Log | getSessionLog () The state of the session which can be used for restarting after crashes. |
SessionLog.Builder | getSessionLogBuilder () 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. |
סיכום.בונה | getSummaryBuilder () A summary was generated. |
SummaryOrBuilder | getSummaryOrBuilder () A summary was generated. |
TaggedRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
TaggedRunMetadata.Builder | getTaggedRunMetadataBuilder () The metadata returned by running a session.run() call. |
TaggedRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
לְהַכפִּיל | 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. |
בוליאנית סופית | |
בונה אירועים | mergeFrom (com.google.protobuf.Message אחר) |
בונה אירועים | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
בונה אירועים | |
בונה אירועים | mergeSessionLog (ערך SessionLog ) The state of the session which can be used for restarting after crashes. |
בונה אירועים | |
בונה אירועים | mergeTaggedRunMetadata (ערך TaggedRunMetadata ) The metadata returned by running a session.run() call. |
Final Event.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
בונה אירועים | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
בונה אירועים | setFileVersion (ערך מחרוזת) An event file was started, with the specified version. |
בונה אירועים | setFileVersionBytes (ערך com.google.protobuf.ByteString) An event file was started, with the specified version. |
בונה אירועים | setGraphDef (ערך com.google.protobuf.ByteString) An encoded version of a GraphDef. |
בונה אירועים | |
בונה אירועים | |
בונה אירועים | setMetaGraphDef (ערך com.google.protobuf.ByteString) An encoded version of a MetaGraphDef. |
בונה אירועים | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
בונה אירועים | setSessionLog ( SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes. |
בונה אירועים | setSessionLog (ערך SessionLog ) The state of the session which can be used for restarting after crashes. |
בונה אירועים | setStep (ערך ארוך) Global step of the event. |
בונה אירועים | |
בונה אירועים | |
בונה אירועים | setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue) The metadata returned by running a session.run() call. |
בונה אירועים | setTaggedRunMetadata (ערך TaggedRunMetadata ) The metadata returned by running a session.run() call. |
Final Event.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
בונה אירועים | setWallTime (ערך כפול) Timestamp of the event. |
שיטות בירושה
שיטות ציבוריות
Public Event.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public Event.Builder clearFileVersion ()
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 Event.Builder clearLogMessage ()
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 Event.Builder clearMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
public Event.Builder clearSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder clearTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית 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 LogMessage.Builder getLogMessageBuilder ()
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;
Public SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public SessionLog.Builder getSessionLogBuilder ()
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 Summary.Builder getSummaryBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
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 TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()
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;
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 Event.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public Event.Builder mergeLogMessage (ערך LogMessage )
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 Event.Builder mergeSessionLog (ערך SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
Public Event.Builder mergeSummary (ערך סיכום )
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder mergeTaggedRunMetadata (ערך TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public Event.Builder setFileVersion (ערך מחרוזת)
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 Event.Builder setFileVersionBytes (ערך com.google.protobuf.ByteString)
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 Event.Builder setGraphDef (ערך com.google.protobuf.ByteString)
An encoded version of a GraphDef.
bytes graph_def = 4;
public Event.Builder setLogMessage (ערך LogMessage )
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 Event.Builder setLogMessage ( LogMessage.Builder builderForValue)
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 Event.Builder setMetaGraphDef (ערך com.google.protobuf.ByteString)
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
public Event.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
Public Event.Builder setSessionLog ( SessionLog.Builder builderForValue)
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder setSessionLog (ערך SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
Public Event.Builder setSummary (ערך סיכום )
A summary was generated.
.tensorflow.Summary summary = 5;
Public Event.Builder setSummary ( Summary.Builder builderForValue)
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public Event.Builder setTaggedRunMetadata (ערך TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;