halka açık final dersi Etkinliği
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
İç İçe Sınıflar
sınıf | Etkinlik.Oluşturucu | Protocol buffer representing an event that happened during the execution of a Brain model. | |
numaralandırma | Etkinlik.WhatCase |
Sabitler
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
Statik Olay | |
Etkinlik | |
final statik com.google.protobuf.Descriptors.Descriptor | |
Sicim | 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. |
GünlükMesajı | getLogMessage () The user output a log message. |
GünlükMesajVeyaOluşturucu | getLogMessageOrBuilder () The user output a log message. |
com.google.protobuf.ByteString | getMetaGraphDef () An encoded version of a MetaGraphDef. |
int | |
Oturum Günlüğü | 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. |
uzun | getStep () Global step of the event. |
Özet | getÖzet () A summary was generated. |
ÖzetOrBuilder | getSummaryOrBuilder () A summary was generated. |
EtiketlendiRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
EtiketlendiRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
final com.google.protobuf.UnknownFieldSet | |
çift | getWallTime () Timestamp of the event. |
Etkinlik.WhatCase | getWhatCase () |
boolean | hasLogMessage () The user output a log message. |
boolean | hasSessionLog () The state of the session which can be used for restarting after crashes. |
boolean | hasÖzet () A summary was generated. |
boolean | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik Event.Builder | newBuilder ( Etkinlik prototipi) |
statik Event.Builder | yeniİnşaatçı () |
Etkinlik.Oluşturucu | |
Statik Olay | parseDelimitedFrom (InputStream girişi) |
Statik Olay | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Olay | parseFrom (ByteBuffer verileri) |
Statik Olay | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Olay | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Olay | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
Statik Olay | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Olay | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
Statik Olay | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Olay | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
Etkinlik.Oluşturucu | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int FILE_VERSION_FIELD_NUMBER
Sabit Değer: 3
genel statik final int GRAPH_DEF_FIELD_NUMBER
Sabit Değer: 4
genel statik final int LOG_MESSAGE_FIELD_NUMBER
Sabit Değer: 6
genel statik final int META_GRAPH_DEF_FIELD_NUMBER
Sabit Değer: 9
genel statik final int SESSION_LOG_FIELD_NUMBER
Sabit Değer: 7
genel statik final int STEP_FIELD_NUMBER
Sabit Değer: 2
genel statik final int SUMMARY_FIELD_NUMBER
Sabit Değer: 5
genel statik final int TAGGED_RUN_METADATA_FIELD_NUMBER
Sabit Değer: 8
genel statik final int WALL_TIME_FIELD_NUMBER
Sabit Değer: 1
Genel Yöntemler
genel boole eşittir (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
genel Dize 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;
genel 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;
genel 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;
halk getParserForType ()
public int getSerializedSize ()
genel SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
genel SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
halka açık uzun getStep ()
Global step of the event.
int64 step = 2;
public SummaryOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
herkese açık TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
herkese açık TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
halka açık çift getWallTime ()
Timestamp of the event.
double wall_time = 1;
genel 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;
genel boolean hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
genel boolean hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
genel boolean hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
genel int hashCode ()
genel final boolean isInitialized ()
public static Event parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik Etkinlik ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik Etkinlik ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Etkinlik ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
IO İstisnası |
---|
genel statik Etkinlik ayrıştırmaFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Etkinlik ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Etkinlik ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik Etkinlik ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IO İstisnası |
---|