Event.Builder

Event.Builder de clase final estática pública

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

Métodos públicos

Event.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Evento
Evento
Event.Builder
claro ()
Event.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
Event.Builder
clearFileVersion ()
 An event file was started, with the specified version.
Event.Builder
clearGraphDef ()
 An encoded version of a GraphDef.
Event.Builder
clearLogMessage ()
 The user output a log message.
Event.Builder
clearMetaGraphDef ()
 An encoded version of a MetaGraphDef.
Event.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Event.Builder
clearSessionLog ()
 The state of the session which can be used for restarting after crashes.
Event.Builder
clearStep ()
 Global step of the event.
Event.Builder
clearSummary ()
 A summary was generated.
Event.Builder
clearTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Event.Builder
clearWallTime ()
 Timestamp of the event.
Event.Builder
Event.Builder
clonar ()
Evento
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
LogMessage.Builder
getLogMessageBuilder ()
 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.
SesiónLog
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
SessionLog.Builder
getSessionLogBuilder ()
 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.
Resumen Constructor
getSummaryBuilder ()
 A summary was generated.
SummaryOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
TaggedRunMetadata.Builder
getTaggedRunMetadataBuilder ()
 The metadata returned by running a session.run() call.
EtiquetadoRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
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.
booleano final
Event.Builder
mergeFrom (com.google.protobuf.Message otro)
Event.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Event.Builder
mergeLogMessage ( Mensaje de registro de valor)
 The user output a log message.
Event.Builder
mergeSessionLog (valor de SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
mergeSummary (valor de resumen )
 A summary was generated.
Event.Builder
mergeTaggedRunMetadata (valor de TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Event.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
Event.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Event.Builder
setFileVersion (valor de cadena)
 An event file was started, with the specified version.
Event.Builder
setFileVersionBytes (valor de com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Event.Builder
setGraphDef (valor de com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Event.Builder
setLogMessage ( Mensaje de registro de valor)
 The user output a log message.
Event.Builder
setLogMessage ( LogMessage.Builder builderForValue)
 The user output a log message.
Event.Builder
setMetaGraphDef (valor de com.google.protobuf.ByteString)
 An encoded version of a MetaGraphDef.
Event.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Event.Builder
setSessionLog ( SessionLog.Builder builderForValue)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setSessionLog (valor de SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
setStep (valor largo)
 Global step of the event.
Event.Builder
setSummary (valor de resumen )
 A summary was generated.
Event.Builder
setSummary ( Summary.Builder builderForValue)
 A summary was generated.
Event.Builder
setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
 The metadata returned by running a session.run() call.
Event.Builder
setTaggedRunMetadata (valor de TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Event.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
Event.Builder
setWallTime (valor doble)
 Timestamp of the event.

Métodos heredados

Métodos públicos

public Event.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación de eventos públicos ()

evento público buildPartial ()

public Event.Builder clear ()

public Event.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public Event.Builder clearFileVersion ()

 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 Event.Builder clearGraphDef ()

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

public Event.Builder clearLogMessage ()

 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 Event.Builder clearMetaGraphDef ()

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

public Event.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public Event.Builder clearSessionLog ()

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

public Event.Builder clearStep ()

 Global step of the event.
 
int64 step = 2;

public Event.Builder clearSummary ()

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

public Event.Builder clearTaggedRunMetadata ()

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

public Event.Builder clearWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

public Event.Builder clearWhat ()

public Event.Builder clone ()

evento público getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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 LogMessage.Builder getLogMessageBuilder ()

 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;

public SessionLog getSessionLog ()

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

public SessionLog.Builder getSessionLogBuilder ()

 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 Summary.Builder getSummaryBuilder ()

 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 TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()

 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 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 final boolean isInitialized ()

public Event.Builder mergeFrom (com.google.protobuf.Message otro)

public Event.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

pública Event.Builder mergeLogMessage ( Mensaje de registro de valor)

 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 Event.Builder mergeSessionLog (valor de SessionLog )

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

public Event.Builder mergeSummary (valor de resumen )

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

public Event.Builder mergeTaggedRunMetadata (valor de TaggedRunMetadata )

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

Event.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Event.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public Event.Builder setFileVersion (valor de cadena)

 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 Event.Builder setFileVersionBytes (valor com.google.protobuf.ByteString)

 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 Event.Builder setGraphDef (valor com.google.protobuf.ByteString)

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

pública Event.Builder setLogMessage ( Mensaje de registro de valor)

 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 Event.Builder setLogMessage ( LogMessage.Builder builderForValue)

 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 Event.Builder setMetaGraphDef (valor com.google.protobuf.ByteString)

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

public Event.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public Event.Builder setSessionLog ( SessionLog.Builder builderForValue)

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

public Event.Builder setSessionLog (valor de SessionLog )

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

public Event.Builder setStep (valor largo)

 Global step of the event.
 
int64 step = 2;

public Event.Builder setSummary (valor de resumen )

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

public Event.Builder setSummary ( Summary.Builder builderForValue)

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

public Event.Builder setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)

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

public Event.Builder setTaggedRunMetadata (valor de TaggedRunMetadata )

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

público final Event.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Event.Builder setWallTime (valor doble)

 Timestamp of the event.
 
double wall_time = 1;