interfaccia pubblica EventOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getFileVersion () An event file was started, with the specified version. |
astratto com.google.protobuf.ByteString | getFileVersionBytes () An event file was started, with the specified version. |
astratto com.google.protobuf.ByteString | getGraphDef () An encoded version of a GraphDef. |
messaggio di registro astratto | getLogMessage () The user output a log message. |
astratto LogMessageOrBuilder | getLogMessageOrBuilder () The user output a log message. |
astratto com.google.protobuf.ByteString | getMetaGraphDef () An encoded version of a MetaGraphDef. |
registro di sessione astratto | getSessionLog () The state of the session which can be used for restarting after crashes. |
astratto SessionLogOrBuilder | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
astratto lungo | getStep () Global step of the event. |
Riassunto astratto | getRiepilogo () A summary was generated. |
abstract SummaryOrBuilder | getSummaryOrBuilder () A summary was generated. |
abstract TaggedRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
abstract TaggedRunMetadataOrBuilder | getTaggedRunMetadataOrBuilder () The metadata returned by running a session.run() call. |
doppio astratto | getWallTime () Timestamp of the event. |
evento astratto.WhatCase | getWhatCase () |
booleano astratto | hasLogMessage () The user output a log message. |
booleano astratto | hasSessionLog () The state of the session which can be used for restarting after crashes. |
booleano astratto | haRiepilogo () A summary was generated. |
booleano astratto | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
Metodi pubblici
stringa astratta pubblica 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;
estratto pubblico 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;
estratto pubblico com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
estratto pubblico 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;
estratto pubblico 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;
estratto pubblico com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
estratto pubblico SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
estratto pubblico SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public abstract lungo getStep ()
Global step of the event.
int64 step = 2;
abstract pubblico SummaryOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
estratto pubblico TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
estratto pubblico TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
pubblico astratto double getWallTime ()
Timestamp of the event.
double wall_time = 1;
pubblico astratto 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;
public abstract booleano hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public abstract booleano hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
booleano astratto pubblico hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;