EventOrBuilder

सार्वजनिक इंटरफ़ेस इवेंटऑरबिल्डर
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
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
गेटग्राफडिफ ()
 An encoded version of a GraphDef.
सार लॉगमैसेज
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.
सार सत्र लॉग
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
सार सेशनलॉगऑरबिल्डर
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
अमूर्त लंबा
गेटस्टेप ()
 Global step of the event.
सार सारांश
सार सारांशऑरबिल्डर
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.
सार दोहरा
गेटवॉलटाइम ()
 Timestamp of the event.
सार घटना.WhatCase
अमूर्त बूलियन
हैलॉगमैसेज ()
 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.

सार्वजनिक तरीके

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार लॉगमैसेज 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;

सार्वजनिक सार 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;

सार्वजनिक सार डबल 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;

सार्वजनिक सार बूलियन hasTaggedRunMetadata ()

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