EventOrBuilder

genel arayüz EventOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getFileVersion ()
 An event file was started, with the specified version.
abstract com.google.protobuf.ByteString
getFileVersionBytes ()
 An event file was started, with the specified version.
abstract com.google.protobuf.ByteString
getGraphDef ()
 An encoded version of a GraphDef.
özet GünlükMesajı
getLogMessage ()
 The user output a log message.
özet LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
abstract com.google.protobuf.ByteString
getMetaGraphDef ()
 An encoded version of a MetaGraphDef.
özet Oturum Günlüğü
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
özet SessionLogOrBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
soyut uzun
getStep ()
 Global step of the event.
Soyut özet
getÖzet ()
 A summary was generated.
özet ÖzetOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
özet TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
özet TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
soyut çift
getWallTime ()
 Timestamp of the event.
soyut Event.WhatCase
soyut boole
hasLogMessage ()
 The user output a log message.
soyut boole
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
soyut boole
hasÖzet ()
 A summary was generated.
soyut boole
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Genel Yöntemler

genel özet Dize 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;

genel özet 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;

genel özet com.google.protobuf.ByteString getGraphDef ()

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

genel özet 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;

genel özet 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;

genel özet com.google.protobuf.ByteString getMetaGraphDef ()

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

genel özet SessionLog getSessionLog ()

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

genel özet SessionLogOrBuilder getSessionLogOrBuilder ()

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

genel özet uzun getStep ()

 Global step of the event.
 
int64 step = 2;

genel özet Özet getSummary ()

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

genel özet SummaryOrBuilder getSummaryOrBuilder ()

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

genel özet TaggedRunMetadata getTaggedRunMetadata ()

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

genel özet TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

genel soyut çift getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

genel özet Event.WhatCase getWhatCase ()

genel soyut boolean 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;

genel soyut boolean hasSessionLog ()

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

genel soyut boolean hasSummary ()

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

genel soyut boolean hasTaggedRunMetadata ()

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