EventOrBuilder

giao diện công cộng EventOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getFileVersion ()
 An event file was started, with the specified version.
trừu tượng com.google.protobuf.ByteString
getFileVersionBytes ()
 An event file was started, with the specified version.
trừu tượng com.google.protobuf.ByteString
getGraphDef ()
 An encoded version of a GraphDef.
thông điệp log trừu tượng
getLogMessage ()
 The user output a log message.
trừu tượng LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
trừu tượng com.google.protobuf.ByteString
getMetaGraphDef ()
 An encoded version of a MetaGraphDef.
nhật ký phiên trừu tượng
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
trừu tượng SessionLogOrBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
trừu tượng dài
getStep ()
 Global step of the event.
tóm tắt tóm tắt
lấy Tóm tắt ()
 A summary was generated.
tóm tắt Tóm tắtOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
tóm tắt TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
trừu tượng TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
trừu tượng đôi
getWallTime ()
 Timestamp of the event.
trừu tượng Sự kiện.WhatCase
trừu tượng boolean
hasLogMessage ()
 The user output a log message.
trừu tượng boolean
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
trừu tượng boolean
hasSummary ()
 A summary was generated.
trừu tượng boolean
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Phương pháp công khai

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

tóm tắt công khai com.google.protobuf.ByteString getGraphDef ()

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

Tóm tắt công khai 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;

tóm tắt công khai 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;

tóm tắt công khai com.google.protobuf.ByteString getMetaGraphDef ()

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

tóm tắt công khai SessionLog getSessionLog ()

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

tóm tắt công khai SessionLogOrBuilder getSessionLogOrBuilder ()

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

tóm tắt công khai dài getStep ()

 Global step of the event.
 
int64 step = 2;

Tóm tắt công khai getSummary ()

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

tóm tắt công khai SummaryOrBuilder getSummaryOrBuilder ()

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

tóm tắt công khai TaggedRunMetadata getTaggedRunMetadata ()

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

tóm tắt công khai TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

tóm tắt công khai kép getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

tóm tắt công khai Event.WhatCase getWhatCase ()

boolean trừu tượng công khai 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;

boolean trừu tượng công khai hasSessionLog ()

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

boolean trừu tượng công khai hasSummary ()

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

boolean trừu tượng công khai hasTaggedRunMetadata ()

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