الفئة النهائية العامة الثابتة Event.Builder
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
الأساليب العامة
حدث.باني | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
حدث | يبني () |
حدث | بناء جزئي () |
حدث.باني | واضح () |
حدث.باني | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
حدث.باني | كليرفيليفيرسيون () An event file was started, with the specified version. |
حدث.باني | كليرغرافديف () An encoded version of a GraphDef. |
حدث.باني | رسالة واضحة () The user output a log message. |
حدث.باني | كليرميتاغرافديف () An encoded version of a MetaGraphDef. |
حدث.باني | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
حدث.باني | سجل الجلسة الواضح () The state of the session which can be used for restarting after crashes. |
حدث.باني | كلير ستيب () Global step of the event. |
حدث.باني | ملخص واضح () A summary was generated. |
حدث.باني | ClearTaggedRunMetadata () The metadata returned by running a session.run() call. |
حدث.باني | كلير وول تايم () Timestamp of the event. |
حدث.باني | واضح ما () |
حدث.باني | استنساخ () |
حدث | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
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. |
LogMessage.Builder | getLogMessageBuilder () 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. |
سجل الجلسة.Builder | getSessionLogBuilder () 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. |
ملخص.Builder | الحصول على ملخص البناء () A summary was generated. |
ملخصOrBuilder | الحصول على ملخص OrBuilder () A summary was generated. |
TaggedRunMetadata | الحصول على TaggedRunMetadata () The metadata returned by running a session.run() call. |
TaggedRunMetadata.Builder | getTaggedRunMetadataBuilder () The metadata returned by running a session.run() call. |
TaggedRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
مزدوج | احصل على وول تايم () 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. |
منطقية نهائية | تمت التهيئة () |
حدث.باني | دمج من (com.google.protobuf.Message أخرى) |
حدث.باني | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
حدث.باني | |
حدث.باني | mergeSessionLog (قيمة SessionLog ) The state of the session which can be used for restarting after crashes. |
حدث.باني | |
حدث.باني | دمجTaggedRunMetadata (قيمة TaggedRunMetadata ) The metadata returned by running a session.run() call. |
الحدث النهائي.Builder | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
حدث.باني | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
حدث.باني | setFileVersion (قيمة السلسلة) An event file was started, with the specified version. |
حدث.باني | setFileVersionBytes (قيمة com.google.protobuf.ByteString) An event file was started, with the specified version. |
حدث.باني | setGraphDef (قيمة com.google.protobuf.ByteString) An encoded version of a GraphDef. |
حدث.باني | |
حدث.باني | |
حدث.باني | setMetaGraphDef (قيمة com.google.protobuf.ByteString) An encoded version of a MetaGraphDef. |
حدث.باني | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
حدث.باني | setSessionLog ( SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes. |
حدث.باني | setSessionLog (قيمة SessionLog ) The state of the session which can be used for restarting after crashes. |
حدث.باني | setStep (قيمة طويلة) Global step of the event. |
حدث.باني | |
حدث.باني | |
حدث.باني | setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue) The metadata returned by running a session.run() call. |
حدث.باني | setTaggedRunMetadata (قيمة TaggedRunMetadata ) The metadata returned by running a session.run() call. |
الحدث النهائي.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
حدث.باني | setWallTime (قيمة مزدوجة) Timestamp of the event. |
الطرق الموروثة
الأساليب العامة
Event.Builder العام addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
Event.Builder العام ClearFileVersion ()
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;
Event.Builder العام ClearLogMessage ()
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;
Event.Builder العام ClearMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
Event.Builder العام ClearSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
Event.Builder العام ClearTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
سلسلة 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;
LogMessage.Builder العام getLogMessageBuilder ()
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;
سجل الجلسة العامة getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public SessionLog.Builder getSessionLogBuilder ()
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;
الحصول على TaggedRunMetadata العامة getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
العامة TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()
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;
getWallTime () المزدوج العام
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;
يحتوي المنطق المنطقي العام على TaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
تمت تهيئة القيمة المنطقية النهائية العامة ()
حدث عام.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
Event.Builder العام mergeLogMessage (قيمة LogMessage )
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;
Event.Builder العام mergeSessionLog (قيمة SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
ملخص دمج Event.Builder العام (قيمة الملخص )
A summary was generated.
.tensorflow.Summary summary = 5;
Event.Builder العام mergeTaggedRunMetadata (قيمة TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
Event.Builder العام setFileVersion (قيمة السلسلة)
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;
Event.Builder العام setFileVersionBytes (قيمة com.google.protobuf.ByteString)
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;
Event.Builder العام setGraphDef (قيمة com.google.protobuf.ByteString)
An encoded version of a GraphDef.
bytes graph_def = 4;
Event.Builder العام setLogMessage (قيمة LogMessage )
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;
Event.Builder العام setLogMessage ( LogMessage.Builder builderForValue)
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;
Event.Builder العام setMetaGraphDef (قيمة com.google.protobuf.ByteString)
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
Event.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)
Event.Builder العام setSessionLog ( SessionLog.Builder builderForValue)
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
Event.Builder العام setSessionLog (قيمة SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
مجموعة Event.Builder العامة ( Summary.Builder builderForValue)
A summary was generated.
.tensorflow.Summary summary = 5;
مجموعة Event.Builder العامة TaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
مجموعة Event.Builder العامة TaggedRunMetadata (قيمة TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;