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.
추상 로그 메시지
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.
추상 세션 로그
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.
요약 요약
get요약 ()
 A summary was generated.
추상 요약 OrBuilder
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.
추상 Event.WhatCase
추상 부울
hasLogMessage ()
 The user output a log message.
추상 부울
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
추상 부울
hasSummary ()
 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;

공개 추상 Event.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;