interface pública EventOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
cadeia abstrata | getFileVersion () An event file was started, with the specified version. |
abstrato com.google.protobuf.ByteString | getFileVersionBytes () An event file was started, with the specified version. |
abstrato com.google.protobuf.ByteString | getGraphDef () An encoded version of a GraphDef. |
mensagem de registro abstrata | getLogMessage () The user output a log message. |
LogMessageOrBuilder abstrato | getLogMessageOrBuilder () The user output a log message. |
abstrato com.google.protobuf.ByteString | getMetaGraphDef () An encoded version of a MetaGraphDef. |
log de sessão abstrato | getSessionLog () The state of the session which can be used for restarting after crashes. |
abstrato SessionLogOrBuilder | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
abstrato longo | getStep () Global step of the event. |
Resumo Resumo | obter Resumo () A summary was generated. |
Resumo ResumoOrBuilder | getSummaryOrBuilder () A summary was generated. |
resumo TaggedRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
resumo TaggedRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
duplo abstrato | getWallTime () Timestamp of the event. |
Evento abstrato.WhatCase | getWhatCase () |
booleano abstrato | hasLogMessage () The user output a log message. |
booleano abstrato | hasSessionLog () The state of the session which can be used for restarting after crashes. |
booleano abstrato | temResumo () A summary was generated. |
booleano abstrato | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
Métodos Públicos
string abstrata pública 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;
resumo público 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;
resumo público com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
público abstrato 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;
público abstrato 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;
resumo público com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
público abstrato SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
público abstrato SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
público abstrato longo getStep ()
Global step of the event.
int64 step = 2;
Resumo público ResumoOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
resumo público TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
resumo público TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
público abstrato duplo getWallTime ()
Timestamp of the event.
double wall_time = 1;
público abstrato booleano 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;
público abstrato booleano hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
público abstrato booleano hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
público abstrato booleano hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;