Classe finale publique
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
de type Protobuf.Événement Classes imbriquées
classe | Event.Builder | Protocol buffer representing an event that happened during the execution of a Brain model. | |
énumération | Événement.WhatCase |
Constantes
Méthodes publiques
booléen | est égal (Obj objet) |
Événement statique | |
Événement | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Chaîne | 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. |
Message de journal | 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 | |
Journal de session | 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. |
long | getStep () Global step of the event. |
Résumé | getRésumé () A summary was generated. |
RésuméOuBuilder | getSummaryOrBuilder () A summary was generated. |
TaggedRunMétadonnées | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
TaggedExécuterMétadonnéesOuBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
final com.google.protobuf.UnknownFieldSet | |
double | getWallTime () Timestamp of the event. |
Événement.WhatCase | getWhatCase () |
booléen | hasLogMessage () The user output a log message. |
booléen | hasSessionLog () The state of the session which can be used for restarting after crashes. |
booléen | hasSummary () A summary was generated. |
booléen | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
int | |
booléen final | |
Event.Builder statique | newBuilder (prototype d'événement ) |
Event.Builder statique | |
Event.Builder | |
Événement statique | parseDelimitedFrom (entrée InputStream) |
Événement statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement statique | parseFrom (données ByteBuffer) |
Événement statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
Événement statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement statique | parseFrom (données com.google.protobuf.ByteString) |
Événement statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Événement statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
Event.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int FILE_VERSION_FIELD_NUMBER
Valeur constante : 3
public statique final int GRAPH_DEF_FIELD_NUMBER
Valeur constante : 4
public statique final int LOG_MESSAGE_FIELD_NUMBER
Valeur constante : 6
public statique final int META_GRAPH_DEF_FIELD_NUMBER
Valeur constante : 9
public statique final int SESSION_LOG_FIELD_NUMBER
Valeur constante : 7
public statique final int STEP_FIELD_NUMBER
Valeur constante : 2
public statique final entier SUMMARY_FIELD_NUMBER
Valeur constante : 5
public statique final int TAGGED_RUN_METADATA_FIELD_NUMBER
Valeur constante : 8
public statique final int WALL_TIME_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique 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;
message de journal public 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;
publique getParserForType ()
public int getSerializedSize ()
SessionLog public 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;
public long getStep ()
Global step of the event.
int64 step = 2;
public RésuméOrBuilder 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 ()
public double getWallTime ()
Timestamp of the event.
double wall_time = 1;
public booléen 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;
public booléen hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public booléen hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
public booléen hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
code de hachage int public ()
public final booléen isInitialized ()
Événement statique public parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
événement statique public parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
événement statique public parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
événement statique public parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
événement statique public parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
événement statique public parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
événement public statique parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|