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.
抽象的な長い
getステップ()
 Global step of the event.
要約概要
get概要()
 A summary was generated.
抽象的な概要OrBuilder
get SummaryOrBuilder ()
 A summary was generated.
抽象的なTaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
抽象的なタグ付きRunMetadataOrBuilder
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.
抽象ブール値
要約あり()
 A summary was generated.
抽象ブール値
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

パブリックメソッド

パブリック抽象 String 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;

パブリック抽象long 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;

public abstract double getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

パブリック抽象Event.WhatCase getWhatCase ()

public abstract 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;

public abstract boolean hasSessionLog ()

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

public abstract boolean hassummary ()

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

public abstract boolean hasTaggedRunMetadata ()

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