Event

Evento público de clase final

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
Protobuf tipo tensorflow.Event

Clases anidadas

clase Event.Builder
 Protocol buffer representing an event that happened during
 the execution of a Brain model. 
enumeración Event.WhatCase

Constantes

En t FILE_VERSION_FIELD_NUMBER
En t GRAPH_DEF_FIELD_NUMBER
En t LOG_MESSAGE_FIELD_NUMBER
En t META_GRAPH_DEF_FIELD_NUMBER
En t SESSION_LOG_FIELD_NUMBER
En t STEP_FIELD_NUMBER
En t SUMMARY_FIELD_NUMBER
En t TAGGED_RUN_METADATA_FIELD_NUMBER
En t WALL_TIME_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Evento estático
Evento
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
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.
En t
SesiónLog
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.
largo
getStep ()
 Global step of the event.
Resumen
getSummary ()
 A summary was generated.
SummaryOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
EtiquetadoRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
final com.google.protobuf.UnknownFieldSet
doble
getWallTime ()
 Timestamp of the event.
Event.WhatCase
booleano
hasLogMessage ()
 The user output a log message.
booleano
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
booleano
hasSummary ()
 A summary was generated.
booleano
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
En t
booleano final
Generador de eventos estático
newBuilder (prototipo de evento )
Generador de eventos estático
Event.Builder
Evento estático
parseDelimitedFrom (entrada InputStream)
Evento estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (datos ByteBuffer)
Evento estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (datos 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 InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Event.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int FILE_VERSION_FIELD_NUMBER

Valor constante: 3

público estático final int 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

public static final int SESSION_LOG_FIELD_NUMBER

Valor constante: 7

public static final int STEP_FIELD_NUMBER

Valor constante: 2

public static final int SUMMARY_FIELD_NUMBER

Valor constante: 5

public static final int TAGGED_RUN_METADATA_FIELD_NUMBER

Valor constante: 8

public static final int WALL_TIME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

evento estático público getDefaultInstance ()

evento público getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String 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;

pública Mensaje de registro 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ública 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;

público 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;

public long getStep ()

 Global step of the event.
 
int64 step = 2;

resumen público getSummary ()

 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 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 Event.WhatCase getWhatCase ()

public boolean 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 boolean hasSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public boolean hasSummary ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public boolean hasTaggedRunMetadata ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public int hashCode ()

public final boolean isInitialized ()

public static Event.Builder newBuilder (prototipo de evento )

public static Event.Builder newBuilder ()

public Event.Builder newBuilderForType ()

evento estático público parseDelimitedFrom (entrada InputStream)

Lanza
IOException

evento estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

evento estático público parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

evento estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static Event parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

evento estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

evento estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

evento estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static Event parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

evento estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public Event.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException