Evento público de clase final
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
Clases anidadas
clase | Evento.Constructor | Protocol buffer representing an event that happened during the execution of a Brain model. | |
enumeración | Evento.WhatCase |
Constantes
entero | FILE_VERSION_FIELD_NUMBER | |
entero | GRAPH_DEF_FIELD_NUMBER | |
entero | LOG_MESSAGE_FIELD_NUMBER | |
entero | META_GRAPH_DEF_FIELD_NUMBER | |
entero | SESSION_LOG_FIELD_NUMBER | |
entero | STEP_FIELD_NUMBER | |
entero | SUMMARY_FIELD_NUMBER | |
entero | TAGGED_RUN_METADATA_FIELD_NUMBER | |
entero | WALL_TIME_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
evento estático | |
Evento | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | 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 | obtenerGraphDef () An encoded version of a GraphDef. |
Mensaje de registro | obtener mensaje de registro () The user output a log message. |
LogMessageOrBuilder | getLogMessageOrBuilder () The user output a log message. |
com.google.protobuf.ByteString | obtenerMetaGraphDef () An encoded version of a MetaGraphDef. |
entero | |
Registro de sesión | obtener registro de sesión () The state of the session which can be used for restarting after crashes. |
Registro de sesión o constructor | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
largo | obtener paso () Global step of the event. |
Resumen | obtenerResumen () A summary was generated. |
Resumen o constructor | getSummaryOrBuilder () A summary was generated. |
EtiquetadoRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
EtiquetadoRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
com.google.protobuf.UnknownFieldSet final | |
doble | obtenerWallTime () Timestamp of the event. |
Evento.WhatCase | |
booleano | hasLogMessage () The user output a log message. |
booleano | tieneSessionLog () The state of the session which can be used for restarting after crashes. |
booleano | tieneResumen () A summary was generated. |
booleano | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
entero | código hash () |
booleano final | |
Evento estático.Constructor | newBuilder (prototipo de evento ) |
Evento estático.Constructor | |
Evento.Constructor | |
evento estático | parseDelimitedFrom (entrada de InputStream) |
evento estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
evento estático | parseFrom (datos de ByteBuffer) |
evento estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
evento estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
evento estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
evento estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
evento estático | parseFrom (datos com.google.protobuf.ByteString) |
evento estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
evento estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
Evento.Constructor | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público FILE_VERSION_FIELD_NUMBER
Valor constante: 3
int final estático público GRAPH_DEF_FIELD_NUMBER
Valor constante: 4
int final estático público LOG_MESSAGE_FIELD_NUMBER
Valor constante: 6
int final estático público META_GRAPH_DEF_FIELD_NUMBER
Valor constante: 9
int final estático público SESSION_LOG_FIELD_NUMBER
Valor constante: 7
int final estático público STEP_FIELD_NUMBER
Valor constante: 2
int final estático público SUMMARY_FIELD_NUMBER
Valor constante: 5
int final estático público TAGGED_RUN_METADATA_FIELD_NUMBER
Valor constante: 8
int final estático público WALL_TIME_FIELD_NUMBER
Valor constante: 1
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública 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;
público 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;
público com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
mensaje de registro público 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;
público 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;
público com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
público getParserForType ()
público int getSerializedSize ()
registro de sesión público getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
público SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
getStep público largo ()
Global step of the event.
int64 step = 2;
ResumenOrBuilder público getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
público TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
público TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
público doble getWallTime ()
Timestamp of the event.
double wall_time = 1;
hasLogMessage público booleano ()
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 público booleano ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
hasSummary público booleano ()
A summary was generated.
.tensorflow.Summary summary = 5;
público booleano hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
código hash int público ()
público final booleano isInitialized ()
Evento estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom de eventos estáticos públicos (datos de ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom de eventos estáticos públicos (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom de eventos estáticos públicos (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom de evento estático público (entrada de com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
Análisis de eventos estáticos públicos desde (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom de evento estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
ParseFrom de eventos estáticos públicos (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
ParseFrom de eventos estáticos públicos (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|