Event

حدث الصف النهائي العام

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
نوع Protobuf tensorflow.Event

فئات متداخلة

فصل حدث.باني
 Protocol buffer representing an event that happened during
 the execution of a Brain model. 
التعداد حدث.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

الأساليب العامة

منطقية
يساوي (كائن كائن)
حدث ثابت
حدث
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول على نسخة الملف ()
 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
الحصول على GraphDef ()
 An encoded version of a GraphDef.
رسالة السجل
الحصول على رسالة السجل ()
 The user output a log message.
LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
com.google.protobuf.ByteString
الحصول على MetaGraphDef ()
 An encoded version of a MetaGraphDef.
كثافة العمليات
سجل الجلسة
سجل الجلسة ()
 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.
طويل
خطوة ()
 Global step of the event.
ملخص
الحصول على ملخص ()
 A summary was generated.
ملخصOrBuilder
الحصول على ملخص OrBuilder ()
 A summary was generated.
TaggedRunMetadata
الحصول على TaggedRunMetadata ()
 The metadata returned by running a session.run() call.
TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
النهائي com.google.protobuf.UnknownFieldSet
مزدوج
احصل على WallTime ()
 Timestamp of the event.
حدث.WhatCase
منطقية
hasLogMessage ()
 The user output a log message.
منطقية
سجل الجلسة ()
 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.
كثافة العمليات
منطقية نهائية
حدث ثابت.Builder
newBuilder (النموذج الأولي للحدث )
حدث ثابت.Builder
حدث.باني
حدث ثابت
parseDelimitedFrom (إدخال InputStream)
حدث ثابت
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
حدث ثابت
parseFrom (بيانات ByteBuffer)
حدث ثابت
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
حدث.باني
فارغ
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)

الحدث الثابت العام getDefaultInstance ()

الحدث العام getDefaultInstanceForType ()

النهائي العام الثابت 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;

GetLogMessageOrBuilder العام 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;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

سجل الجلسة العامة 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;

getStep العامة الطويلة ()

 Global step of the event.
 
int64 step = 2;

ملخص عام getSummary ()

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

ملخص عام OrBuilder 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;

getTaggedRunMetadataOrBuilder العامة getTaggedRunMetadataOrBuilder ()

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

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

getWallTime () المزدوج العام

 Timestamp of the event.
 
double wall_time = 1;

الحدث العام. 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;

ملخص منطقي عام ()

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

يحتوي المنطق المنطقي العام على TaggedRunMetadata ()

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

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

Event.Builder العام الثابت newBuilder (النموذج الأولي للحدث )

حدث ثابت عام .Builder newBuilder ()

Event.Builder العام newBuilderForType ()

الحدث الثابت العام parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

الحدث الثابت العام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل الحدث الثابت العام (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل الأحداث العامة الثابتة (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل الحدث الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل الحدث الثابت العام (com.google.protobuf.CodedInputStream input)

رميات
IOEException

تحليل الحدث الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل الحدث الثابت العام (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل الحدث الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل الحدث الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

الحدث العام.Builder toBuilder ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException