Evento de aula final pública
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
Classes aninhadas
aula | Evento.Builder | Protocol buffer representing an event that happened during the execution of a Brain model. | |
enumeração | Evento.WhatCase |
Constantes
interno | FILE_VERSION_FIELD_NUMBER | |
interno | GRAPH_DEF_FIELD_NUMBER | |
interno | LOG_MESSAGE_FIELD_NUMBER | |
interno | META_GRAPH_DEF_FIELD_NUMBER | |
interno | SESSION_LOG_FIELD_NUMBER | |
interno | STEP_FIELD_NUMBER | |
interno | SUMMARY_FIELD_NUMBER | |
interno | TAGGED_RUN_METADATA_FIELD_NUMBER | |
interno | WALL_TIME_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Evento estático | |
Evento | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | 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. |
Mensagem de registro | 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. |
interno | |
Log de Sessão | 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. |
longo | getStep () Global step of the event. |
Resumo | obter Resumo () A summary was generated. |
ResumoOrBuilder | getSummaryOrBuilder () A summary was generated. |
TaggedRunMetadados | 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 | |
dobro | obterWallTime () Timestamp of the event. |
Evento.WhatCase | getWhatCase () |
booleano | hasLogMessage () The user output a log message. |
booleano | hasSessionLog () The state of the session which can be used for restarting after crashes. |
booleano | temResumo () A summary was generated. |
booleano | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
interno | código hash () |
booleano final | |
Evento estático.Builder | newBuilder (protótipo de evento ) |
Evento estático.Builder | |
Evento.Builder | |
Evento estático | parseDelimitedFrom (entrada InputStream) |
Evento estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evento estático | parseFrom (dados de ByteBuffer) |
Evento estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evento estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evento estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Evento estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evento estático | parseFrom (dados com.google.protobuf.ByteString) |
Evento estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evento estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
Evento.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FILE_VERSION_FIELD_NUMBER
Valor Constante: 3
int final estático público GRAPH_DEF_FIELD_NUMBER
Valor Constante: 4
público estático final int LOG_MESSAGE_FIELD_NUMBER
Valor Constante: 6
público estático final int META_GRAPH_DEF_FIELD_NUMBER
Valor Constante: 9
público estático final int SESSION_LOG_FIELD_NUMBER
Valor Constante: 7
público estático final int STEP_FIELD_NUMBER
Valor Constante: 2
público estático final int SUMMARY_FIELD_NUMBER
Valor Constante: 5
int final estático público TAGGED_RUN_METADATA_FIELD_NUMBER
Valor Constante: 8
público estático final int WALL_TIME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String 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;
LogMessage pública 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 público 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 ()
SessionLog público getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
SessionLogOrBuilder públicogetSessionLogOrBuilder ( )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
getStep longo público ()
Global step of the event.
int64 step = 2;
Resumo públicoOrBuilder 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;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
getWallTime duplo público ()
Timestamp of the event.
double wall_time = 1;
hasLogMessage booleano público ()
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 booleano público ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
hasSummary booleano público ()
A summary was generated.
.tensorflow.Summary summary = 5;
hasTaggedRunMetadata booleano público ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
hashCode int público ()
público final booleano isInitialized ()
Evento estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
Evento estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
evento estático público parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
Evento estático público parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
Evento estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
Evento estático público parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
Evento estático público parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|