EventOrBuilder

الواجهة العامة EventOrBuilder
الفئات الفرعية غير المباشرة المعروفة

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

سلسلة مجردة
الحصول على نسخة الملف ()
 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.
مجردة مزدوجة
احصل على WallTime ()
 Timestamp of the event.
مجردة 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.

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

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

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

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

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

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

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

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

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

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