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.
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.
ยาวเป็นนามธรรม
รับขั้นตอน ()
 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.
เหตุการณ์ นามธรรม WhatCase
บูลีนนามธรรม
hasLogMessage ()
 The user output a log message.
บูลีนนามธรรม
มีบันทึกเซสชัน ()
 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;

บูลีนนามธรรมสาธารณะ 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;