رویداد عمومی کلاس نهایی
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. | |
enum | رویداد.WhatCase |
ثابت ها
بین المللی | FILE_VERSION_FIELD_NUMBER | |
بین المللی | GRAPH_DEF_FIELD_NUMBER | |
بین المللی | LOG_MESSAGE_FIELD_NUMBER | |
بین المللی | META_GRAPH_DEF_FIELD_NUMBER | |
بین المللی | SESSION_LOG_FIELD_NUMBER | |
بین المللی | STEP_FIELD_NUMBER | |
بین المللی | SUMMARY_FIELD_NUMBER | |
بین المللی | TAGGED_RUN_METADATA_FIELD_NUMBER | |
بین المللی | WALL_TIME_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
رویداد ایستا | |
رویداد | |
نهایی static 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. |
LogMessage | 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. |
بین المللی | |
SessionLog | 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. |
خلاصه | دریافت خلاصه () A summary was generated. |
SummaryOrBuilder | 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. |
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. |
بین المللی | هش کد () |
بولی نهایی | |
Static Event.Builder | newBuilder (نمونه اولیه رویداد ) |
Static Event.Builder | newBuilder () |
رویداد.ساز | |
رویداد ایستا | parseDelimitedFrom (ورودی جریان ورودی) |
رویداد ایستا | 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 (بایت[] داده، 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) |
ایستا | تجزیه کننده () |
رویداد.ساز | toBuilder () |
باطل | 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
روش های عمومی
بولین عمومی برابر است (Object Obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
رشته عمومی 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;
public com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی 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;
عمومی 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;
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
دریافت دوبل عمومی ()
Timestamp of the event.
double wall_time = 1;
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;
دارای خلاصه بولی عمومی ()
A summary was generated.
.tensorflow.Summary summary = 5;
بولین عمومی hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی استاتیک Event parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
public static Event parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک Event parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک Event parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک Event parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک Event parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
public static Event parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|