EventOrBuilder

পাবলিক ইন্টারফেস 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
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.
বিমূর্ত সেশনলগ
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.
বিমূর্ত ডবল
getWallTime ()
 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.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত স্ট্রিং 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;

সর্বজনীন বিমূর্ত 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;

সর্বজনীন বিমূর্ত সারাংশ 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;