EventOrBuilder

interface publique EventOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
getFileVersion ()
 An event file was started, with the specified version.
résumé com.google.protobuf.ByteString
getFileVersionBytes ()
 An event file was started, with the specified version.
résumé com.google.protobuf.ByteString
getGraphDef ()
 An encoded version of a GraphDef.
message de journal abstrait
getLogMessage ()
 The user output a log message.
résumé LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
résumé com.google.protobuf.ByteString
getMetaGraphDef ()
 An encoded version of a MetaGraphDef.
journal de session abstrait
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
résumé SessionLogOrBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
abstrait long
getStep ()
 Global step of the event.
résumé Résumé
getRésumé ()
 A summary was generated.
résuméRésuméOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
résumé TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
résumé TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
double abstrait
getWallTime ()
 Timestamp of the event.
événement abstrait.WhatCase
booléen abstrait
hasLogMessage ()
 The user output a log message.
booléen abstrait
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
booléen abstrait
hasSummary ()
 A summary was generated.
booléen abstrait
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Méthodes publiques

chaîne abstraite publique 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;

résumé 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;

résumé public com.google.protobuf.ByteString getGraphDef ()

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

résumé public 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;

résumé public 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;

résumé public com.google.protobuf.ByteString getMetaGraphDef ()

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

public abstrait SessionLog getSessionLog ()

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

résumé public SessionLogOrBuilder getSessionLogOrBuilder ()

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

public abstrait long getStep ()

 Global step of the event.
 
int64 step = 2;

résumé public Résumé getSummary ()

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

résumé public RésuméOrBuilder getSummaryOrBuilder ()

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

résumé public TaggedRunMetadata getTaggedRunMetadata ()

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

résumé public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

public abstrait double getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

public abstrait Event.WhatCase getWhatCase ()

public abstrait booléen 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 abstrait booléen hasSessionLog ()

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

public abstrait booléen hasSummary ()

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

public abstrait booléen hasTaggedRunMetadata ()

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