EventOrBuilder

antarmuka publik EventOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkanVersi File ()
 An event file was started, with the specified version.
abstrak com.google.protobuf.ByteString
dapatkanFileVersionBytes ()
 An event file was started, with the specified version.
abstrak com.google.protobuf.ByteString
dapatkanGraphDef ()
 An encoded version of a GraphDef.
LogMessage abstrak
dapatkanLogMessage ()
 The user output a log message.
abstrak LogMessageOrBuilder
dapatkanLogMessageOrBuilder ()
 The user output a log message.
abstrak com.google.protobuf.ByteString
dapatkanMetaGraphDef ()
 An encoded version of a MetaGraphDef.
SessionLog abstrak
dapatkanSessionLog ()
 The state of the session which can be used for restarting after crashes.
abstrak SessionLogOrBuilder
dapatkanSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
abstrak panjang
dapatkanLangkah ()
 Global step of the event.
Ringkasan abstrak
dapatkan Ringkasan ()
 A summary was generated.
ringkasan abstrakOrBuilder
dapatkanSummaryOrBuilder ()
 A summary was generated.
abstrak TaggedRunMetadata
dapatkanTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
abstrak TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
abstrak ganda
dapatkanWaktu Dinding ()
 Timestamp of the event.
Acara abstrak.WhatCase
boolean abstrak
hasLogMessage ()
 The user output a log message.
boolean abstrak
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
boolean abstrak
memilikiRingkasan ()
 A summary was generated.
boolean abstrak
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Metode Publik

String abstrak publik 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;

abstrak publik 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;

abstrak publik com.google.protobuf.ByteString getGraphDef ()

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

LogMessage abstrak publik 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;

abstrak publik 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;

abstrak publik com.google.protobuf.ByteString getMetaGraphDef ()

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

SessionLog abstrak publik getSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

abstrak publik SessionLogOrBuilder getSessionLogOrBuilder ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

getStep panjang abstrak publik ()

 Global step of the event.
 
int64 step = 2;

Ringkasan abstrak publik getSummary ()

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

ringkasan abstrak publikOrBuilder getSummaryOrBuilder ()

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

abstrak publik TaggedRunMetadata getTaggedRunMetadata ()

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

abstrak publik TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

abstrak publik getWallTime ganda ()

 Timestamp of the event.
 
double wall_time = 1;

Acara abstrak publik.WhatCase getWhatCase ()

boolean abstrak publik 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;

boolean abstrak publik hasSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

boolean abstrak publik hasSummary ()

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

boolean abstrak publik hasTaggedRunMetadata ()

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