EventOrBuilder

رابط عمومی EventOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

رشته انتزاعی
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.
Abstract LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
چکیده com.google.protobuf.ByteString
getMetaGraphDef ()
 An encoded version of a MetaGraphDef.
چکیده SessionLog
getSessionLog ()
 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.
انتزاعی طولانی
getStep ()
 Global step of the event.
خلاصه چکیده
دریافت خلاصه ()
 A summary was generated.
چکیده SummaryOrBuilder
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.
رویداد انتزاعی
بولی انتزاعی
hasLogMessage ()
 The user output a log message.
بولی انتزاعی
hasSessionLog ()
 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;

رویداد انتزاعی عمومی. 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;

دارای خلاصه عمومی انتزاعی بولی ()

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

عمومی انتزاعی بولی hasTaggedRunMetadata ()

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