ממשק ציבורי 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. |
מופשט SessionLog | 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. |
תקציר תקציר | getSummary () A summary was generated. |
Abstract 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. |
אבסטרקט Event.WhatCase | getWhatCase () |
בוליאני מופשט | hasLogMessage () The user output a log message. |
בוליאני מופשט | hasSessionLog () The state of the session which can be used for restarting after crashes. |
בוליאני מופשט | hasSummary () 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;
תקציר ציבורי 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;
תקציר ציבורי בוליאני 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;
תקציר ציבורי בוליאני hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
תקציר בוליאני ציבורי hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;