EventOrBuilder

interfejs publiczny EventOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz wersję pliku ()
 An event file was started, with the specified version.
streszczenie com.google.protobuf.ByteString
getFileVersionBytes ()
 An event file was started, with the specified version.
streszczenie com.google.protobuf.ByteString
getGraphDef ()
 An encoded version of a GraphDef.
abstrakcyjny komunikat dziennika
pobierz wiadomość dziennika ()
 The user output a log message.
streszczenie LogMessageOrBuilder
getLogMessageOrBuilder ()
 The user output a log message.
streszczenie com.google.protobuf.ByteString
getMetaGraphDef ()
 An encoded version of a MetaGraphDef.
abstrakcyjny dziennik sesji
pobierz dziennik sesji ()
 The state of the session which can be used for restarting after crashes.
streszczenie SessionLogOrBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
abstrakcyjne, długie
getStep ()
 Global step of the event.
streszczenie Podsumowanie
pobierz podsumowanie ()
 A summary was generated.
streszczenie PodsumowanieOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
streszczenie TaggedRunMetadata
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
streszczenie TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
abstrakcyjny dublet
getWallTime ()
 Timestamp of the event.
streszczenie Event.WhatCase
abstrakcyjna wartość logiczna
ma wiadomość dziennika ()
 The user output a log message.
abstrakcyjna wartość logiczna
maSessionLog ()
 The state of the session which can be used for restarting after crashes.
abstrakcyjna wartość logiczna
maPodsumowanie ()
 A summary was generated.
abstrakcyjna wartość logiczna
maTaggedRunMetadata ()
 The metadata returned by running a session.run() call.

Metody publiczne

publiczna abstrakcja String 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;

publiczne streszczenie 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;

publiczne streszczenie com.google.protobuf.ByteString getGraphDef ()

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

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczne streszczenie com.google.protobuf.ByteString getMetaGraphDef ()

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

publiczne streszczenie SessionLog getSessionLog ()

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

publiczne streszczenie SessionLogOrBuilder getSessionLogOrBuilder ()

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

publiczne streszczenie długie getStep ()

 Global step of the event.
 
int64 step = 2;

publiczne streszczenie Podsumowanie getSummary ()

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

publiczne streszczenie SummaryOrBuilder getSummaryOrBuilder ()

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

publiczne streszczenie TaggedRunMetadata getTaggedRunMetadata ()

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

publiczne streszczenie TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

publiczne streszczenie podwójne getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

publiczne streszczenie Event.WhatCase getWhatCase ()

publiczna wartość logiczna abstrakcyjna 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;

publiczna wartość logiczna abstrakcyjna hasSessionLog ()

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

publiczna wartość logiczna abstrakcyjna maPodsumowanie ()

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

publiczna wartość logiczna abstrakcyjna maTaggedRunMetadata ()

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