EventOrBuilder

общедоступный интерфейс EventOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьФайлВерсион ()
 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.
абстрактное сообщение журнала
getLogMessage ()
 The user output a log message.
абстрактный Логмессажеорбилдер
getLogMessageOrBuilder ()
 The user output a log message.
абстрактный com.google.protobuf.ByteString
получитьМетаГрафДеф ()
 An encoded version of a MetaGraphDef.
абстрактный журнал сеансов
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
абстрактный сеанслогорбуилдер
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
абстрактный длинный
получитьШаг ()
 Global step of the event.
аннотация Резюме
получитьСводку ()
 A summary was generated.
абстрактный РезюмеОрБилдер
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.
абстрактный двойник
getWallTime ()
 Timestamp of the event.
абстрактный Event.WhatCase
абстрактное логическое значение
имеетлогмессаже ()
 The user output a log message.
абстрактное логическое значение
имеетSessionLog ()
 The state of the session which can be used for restarting after crashes.
абстрактное логическое значение
имеетСводка ()
 A summary was generated.
абстрактное логическое значение
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Публичные методы

общедоступная абстрактная строка 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;

общедоступный абстрактный 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;

публичный абстрактный com.google.protobuf.ByteString getGraphDef ()

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

общедоступный абстрактный 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;

публичный абстрактный 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;

публичный абстрактный com.google.protobuf.ByteString getMetaGraphDef ()

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

общедоступный абстрактный SessionLog getSessionLog ()

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

общедоступный абстрактный SessionLogOrBuilder getSessionLogOrBuilder ()

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

публичный абстрактный длинный getStep ()

 Global step of the event.
 
int64 step = 2;

общедоступное абстрактное резюме getSummary ()

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

публичный абстрактный SummaryOrBuilder getSummaryOrBuilder ()

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

общедоступная аннотация TaggedRunMetadata getTaggedRunMetadata ()

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

публичный аннотация TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

публичный абстрактный двойной getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

общедоступный абстрактный Event.WhatCase getWhatCase ()

общедоступное абстрактное логическое значение 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;

общедоступное абстрактное логическое значение hasSessionLog ()

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

общедоступное абстрактное логическое значение hasSummary ()

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

общедоступное абстрактное логическое значение hasTaggedRunMetadata ()

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