EventOrBuilder

interfaz pública EventOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getFileVersion ()
 An event file was started, with the specified version.
resumen com.google.protobuf.ByteString
getFileVersionBytes ()
 An event file was started, with the specified version.
resumen com.google.protobuf.ByteString
obtenerGraphDef ()
 An encoded version of a GraphDef.
mensaje de registro abstracto
obtener mensaje de registro ()
 The user output a log message.
resumen LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
resumen com.google.protobuf.ByteString
obtenerMetaGraphDef ()
 An encoded version of a MetaGraphDef.
registro de sesión abstracto
obtener registro de sesión ()
 The state of the session which can be used for restarting after crashes.
resumen SessionLogOrBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
abstracto largo
obtener paso ()
 Global step of the event.
sumario abstracto
obtenerResumen ()
 A summary was generated.
resumen ResumenOrBuilder
getResumenOrBuilder ()
 A summary was generated.
resumen TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
resumen TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
doble abstracto
obtenerWallTime ()
 Timestamp of the event.
Evento abstracto. WhatCase
booleano abstracto
hasLogMessage ()
 The user output a log message.
booleano abstracto
tieneSessionLog ()
 The state of the session which can be used for restarting after crashes.
booleano abstracto
tieneResumen ()
 A summary was generated.
booleano abstracto
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Métodos públicos

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

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

resumen público com.google.protobuf.ByteString getGraphDef ()

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

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

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

resumen público com.google.protobuf.ByteString getMetaGraphDef ()

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

resumen público SessionLog getSessionLog ()

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

resumen público SessionLogOrBuilder getSessionLogOrBuilder ()

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

getStep largo abstracto público ()

 Global step of the event.
 
int64 step = 2;

resumen público resumen getSummary ()

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

resumen público ResumenOrBuilder getSummaryOrBuilder ()

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

resumen público TaggedRunMetadata getTaggedRunMetadata ()

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

resumen público TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

getWallTime doble abstracto público ()

 Timestamp of the event.
 
double wall_time = 1;

resumen público Event.WhatCase getWhatCase ()

hasLogMessage booleano abstracto público ()

 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 abstracto público ()

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

resumen público booleano hasSummary ()

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

hasTaggedRunMetadata booleano abstracto público ()

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