Event

evento público de classe final

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

Classes aninhadas

aula Event.Builder
 Protocol buffer representing an event that happened during
 the execution of a Brain model. 
enum Event.WhatCase

Constantes

int FILE_VERSION_FIELD_NUMBER
int GRAPH_DEF_FIELD_NUMBER
int LOG_MESSAGE_FIELD_NUMBER
int META_GRAPH_DEF_FIELD_NUMBER
int SESSION_LOG_FIELD_NUMBER
int STEP_FIELD_NUMBER
int SUMMARY_FIELD_NUMBER
int TAGGED_RUN_METADATA_FIELD_NUMBER
int WALL_TIME_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Evento estático
Evento
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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.
int
SessionLog
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
getSummary ()
 A summary was generated.
SummaryOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
TaggedRunMetadata
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
Duplo
getWallTime ()
 Timestamp of the event.
Event.WhatCase
boleano
hasLogMessage ()
 The user output a log message.
boleano
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
boleano
hasSummary ()
 A summary was generated.
boleano
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
int
final booleano
static Event.Builder
newBuilder (protótipo de evento )
static Event.Builder
Event.Builder
Evento estático
parseDelimitedFrom (input InputStream)
Evento estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (dados ByteBuffer)
Evento estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (com.google.protobuf.CodedInputStream input)
Evento estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (com.google.protobuf.ByteString data)
Evento estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Event.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FILE_VERSION_FIELD_NUMBER

Valor Constante: 3

public static final int GRAPH_DEF_FIELD_NUMBER

Valor constante: 4

public static final int LOG_MESSAGE_FIELD_NUMBER

Valor constante: 6

public static 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 equals (Object obj)

public static Event getDefaultInstance ()

public Event getDefaultInstanceForType ()

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

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

public Summary 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 (protótipo de evento )

public static Event.Builder newBuilder ()

public Event.Builder newBuilderForType ()

public static Event parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static Event parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static Event parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static Event parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static Event parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public Event.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException