公開最終クラスイベント
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
ネストされたクラス
クラス | イベントビルダー | Protocol buffer representing an event that happened during the execution of a Brain model. | |
列挙型 | イベント.WhatCase |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的イベント | |
イベント | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | 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. |
ログメッセージまたはビルダー | 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. |
セッションログまたはビルダー | 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. |
サマリーまたはビルダー | get SummaryOrBuilder () A summary was generated. |
タグ付き実行メタデータ | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
タグ付きRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
最終的な com.google.protobuf.UnknownFieldSet | |
ダブル | getWallTime () Timestamp of the event. |
イベント.WhatCase | getWhatCase () |
ブール値 | 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. |
整数 | ハッシュコード() |
最終ブール値 | |
静的Event.Builder | newBuilder (イベントプロトタイプ) |
静的Event.Builder | newBuilder () |
イベントビルダー | |
静的イベント | parseDelimitedFrom (InputStream 入力) |
静的イベント | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的イベント | parseFrom (ByteBuffer データ) |
静的イベント | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的イベント | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的イベント | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的イベント | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的イベント | parseFrom (com.google.protobuf.ByteString データ) |
静的イベント | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的イベント | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
イベントビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数FILE_VERSION_FIELD_NUMBER
定数値: 3
パブリック静的最終整数GRAPH_DEF_FIELD_NUMBER
定数値: 4
パブリック静的最終整数LOG_MESSAGE_FIELD_NUMBER
定数値: 6
パブリック静的最終整数META_GRAPH_DEF_FIELD_NUMBER
定数値: 9
パブリック静的最終整数SESSION_LOG_FIELD_NUMBER
定数値: 7
パブリック静的最終整数STEP_FIELD_NUMBER
定数値: 2
パブリック静的最終整数SUMMARY_FIELD_NUMBER
定数値: 5
パブリック静的最終整数TAGGED_RUN_METADATA_FIELD_NUMBER
定数値: 8
パブリック静的最終整数WALL_TIME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;
public 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;
public com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
public 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;
public 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;
public com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
公共 getParserForType ()
public int getSerializedSize ()
public SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public long getStep ()
Global step of the event.
int64 step = 2;
public SummaryOrBuilder getsummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
public TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public double getWallTime ()
Timestamp of the event.
double wall_time = 1;
public 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 boolean hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public boolean hassummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
public boolean hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static Event parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Event parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Event parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Event parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static Event parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static Event parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|