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

Evento.Constructor
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Evento
Evento
Evento.Constructor
claro ()
Evento.Constructor
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
Evento.Constructor
borrar versión de archivo ()
 An event file was started, with the specified version.
Evento.Constructor
borrarGraphDef ()
 An encoded version of a GraphDef.
Evento.Constructor
borrar mensaje de registro ()
 The user output a log message.
Evento.Constructor
borrarMetaGraphDef ()
 An encoded version of a MetaGraphDef.
Evento.Constructor
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
Evento.Constructor
borrar registro de sesión ()
 The state of the session which can be used for restarting after crashes.
Evento.Constructor
borrarpaso ()
 Global step of the event.
Evento.Constructor
borrarResumen ()
 A summary was generated.
Evento.Constructor
borrarTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Evento.Constructor
borrarWallTime ()
 Timestamp of the event.
Evento.Constructor
Evento.Constructor
clonar ()
Evento
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
LogMessage.Constructor
getLogMessageBuilder ()
 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.
Registro de sesión
obtener registro de sesión ()
 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.
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.Constructor
getSummaryBuilder ()
 A summary was generated.
Resumen o constructor
getResumenOrBuilder ()
 A summary was generated.
EtiquetadoRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
EtiquetadoRunMetadata.Builder
getTaggedRunMetadataBuilder ()
 The metadata returned by running a session.run() call.
EtiquetadoRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
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.
booleano final
Evento.Constructor
mergeFrom (com.google.protobuf.Message otro)
Evento.Constructor
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Evento.Constructor
mergeLogMessage (valor de LogMessage )
 The user output a log message.
Evento.Constructor
mergeSessionLog (valor de SessionLog )
 The state of the session which can be used for restarting after crashes.
Evento.Constructor
mergeSummary (valor resumido )
 A summary was generated.
Evento.Constructor
mergeTaggedRunMetadata (valor TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Evento final.Constructor
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
Evento.Constructor
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Evento.Constructor
setFileVersion (valor de cadena)
 An event file was started, with the specified version.
Evento.Constructor
setFileVersionBytes (valor com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Evento.Constructor
setGraphDef (valor com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Evento.Constructor
setLogMessage (valor de LogMessage )
 The user output a log message.
Evento.Constructor
setLogMessage ( LogMessage.Builder constructorForValue)
 The user output a log message.
Evento.Constructor
setMetaGraphDef (valor com.google.protobuf.ByteString)
 An encoded version of a MetaGraphDef.
Evento.Constructor
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Evento.Constructor
setSessionLog ( SessionLog.Builder constructorForValue)
 The state of the session which can be used for restarting after crashes.
Evento.Constructor
setSessionLog (valor de SessionLog )
 The state of the session which can be used for restarting after crashes.
Evento.Constructor
setStep (valor largo)
 Global step of the event.
Evento.Constructor
setSummary (valor resumido )
 A summary was generated.
Evento.Constructor
setSummary ( Resumen.Constructor constructorForValue)
 A summary was generated.
Evento.Constructor
setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
 The metadata returned by running a session.run() call.
Evento.Constructor
setTaggedRunMetadata (valor TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Evento final.Constructor
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
Evento.Constructor
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 clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

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

evento público.Builder clearGraphDef ()

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

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

evento público.Builder clearMetaGraphDef ()

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

evento público.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

evento público.Builder clearSessionLog ()

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

evento público.Builder clearStep ()

 Global step of the event.
 
int64 step = 2;

Evento público.Constructor clearSummary ()

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

evento público.Builder clearTaggedRunMetadata ()

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

evento público.Builder clearWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

clon público de Event.Builder ()

Evento público getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

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 SessionLog.Builder getSessionLogBuilder ()

 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;

Resumen público getSummary ()

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

resumen público.Builder getSummaryBuilder ()

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

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

 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 doble getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

Evento público.WhatCase getWhatCase ()

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;

público final booleano isInitialized ()

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

public Event.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

public Event.Builder mergeLogMessage (valor LogMessage )

 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 TaggedRunMetadata )

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

evento final público.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

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;

public Event.Builder setLogMessage (valor LogMessage )

 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;

evento público.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 ( Resumen.Builder builderForValue)

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

evento público.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 TaggedRunMetadata )

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

evento final público.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

public Event.Builder setWallTime (valor doble)

 Timestamp of the event.
 
double wall_time = 1;