Event.Builder

classe finale statica pubblica Event.Builder

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

Metodi pubblici

Event.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
Evento
Evento
Event.Builder
chiaro ()
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
cancella Passo ()
 Global step of the event.
Event.Builder
cancellaRiepilogo ()
 A summary was generated.
Event.Builder
clearTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Event.Builder
cancellaWallTime ()
 Timestamp of the event.
Event.Builder
Event.Builder
clone ()
Evento
com.google.protobuf.Descriptors.Descriptor statico finale
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.
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.
Registro di sessione
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.
lungo
getStep ()
 Global step of the event.
Riepilogo
getRiepilogo ()
 A summary was generated.
Riepilogo.Builder
getSummaryBuilder ()
 A summary was generated.
RiepilogoOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
Contrassegnato con RunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
ContrassegnatoRunMetadata.Builder
getTaggedRunMetadataBuilder ()
 The metadata returned by running a session.run() call.
ContrassegnatoRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
Doppio
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
haRiepilogo ()
 A summary was generated.
booleano
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
booleano finale
Event.Builder
mergeFrom (com.google.protobuf.Message altro)
Event.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Event.Builder
mergeLogMessage (valore LogMessage )
 The user output a log message.
Event.Builder
mergeSessionLog (valore SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
mergeSummary (valore di riepilogo )
 A summary was generated.
Event.Builder
mergeTaggedRunMetadata (valore TaggedRunMetadata )
 The metadata returned by running a session.run() call.
finale Event.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
Event.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
Event.Builder
setFileVersion (valore stringa)
 An event file was started, with the specified version.
Event.Builder
setFileVersionBytes (valore com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Event.Builder
setGraphDef (valore com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Event.Builder
setLogMessage (valore LogMessage )
 The user output a log message.
Event.Builder
setLogMessage ( LogMessage.Builder builderForValue)
 The user output a log message.
Event.Builder
setMetaGraphDef (valore com.google.protobuf.ByteString)
 An encoded version of a MetaGraphDef.
Event.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
Event.Builder
setSessionLog ( SessionLog.Builder builderForValue)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setSessionLog (valore SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
setStep (valore lungo)
 Global step of the event.
Event.Builder
setSummary (valore di riepilogo )
 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 (valore TaggedRunMetadata )
 The metadata returned by running a session.run() call.
finale Event.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
Event.Builder
setWallTime (doppio valore)
 Timestamp of the event.

Metodi ereditati

Metodi pubblici

public Event.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

Build evento pubblico ()

evento pubblico buildPartial ()

public Event.Builder cancella ()

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;

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

pubblico 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 ()

clone pubblico Event.Builder ()

Evento pubblico getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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

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

pubblico com.google.protobuf.ByteString getGraphDef ()

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

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

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

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

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

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

pubblico lungo getStep ()

 Global step of the event.
 
int64 step = 2;

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

pubblico doppio getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

evento pubblico.WhatCase getWhatCase ()

hasLogMessage booleano pubblico ()

 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 pubblico ()

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

public booleano hasSummary ()

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

booleano pubblico hasTaggedRunMetadata ()

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

public final booleano isInitialized ()

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

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

Lancia
IOException

pubblico Event.Builder mergeLogMessage (valore 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 (valore SessionLog )

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

public Event.Builder mergeSummary (valore di riepilogo )

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

public Event.Builder mergeTaggedRunMetadata (valore TaggedRunMetadata )

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

pubblico finale Event.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public Event.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public Event.Builder setFileVersion (valore stringa)

 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;

pubblico Event.Builder setFileVersionBytes (valore 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;

pubblico Event.Builder setGraphDef (valore com.google.protobuf.ByteString)

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

pubblico Event.Builder setLogMessage (valore 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 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 (valore 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, indice int, valore oggetto)

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 (valore SessionLog )

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

public Event.Builder setStep (valore lungo)

 Global step of the event.
 
int64 step = 2;

public Event.Builder setSummary (valore di riepilogo )

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

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

pubblico finale Event.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public Event.Builder setWallTime (doppio valore)

 Timestamp of the event.
 
double wall_time = 1;