public final class
Event
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
Nested Classes
class | Event.Builder | Protocol buffer representing an event that happened during the execution of a Brain model. |
|
enum | Event.WhatCase |
Constants
Public Methods
boolean |
equals(Object obj)
|
static Event | |
Event | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
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. |
|
|
int | |
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. |
long |
getStep()
Global step of the event. |
Summary |
getSummary()
A summary was generated. |
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. |
final com.google.protobuf.UnknownFieldSet | |
double |
getWallTime()
Timestamp of the event. |
Event.WhatCase | |
boolean |
hasLogMessage()
The user output a log message. |
boolean |
hasSessionLog()
The state of the session which can be used for restarting after crashes. |
boolean |
hasSummary()
A summary was generated. |
boolean |
hasTaggedRunMetadata()
The metadata returned by running a session.run() call. |
int |
hashCode()
|
final boolean | |
static Event.Builder |
newBuilder(Event prototype)
|
static Event.Builder | |
Event.Builder | |
static Event |
parseDelimitedFrom(InputStream input)
|
static Event |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Event |
parseFrom(ByteBuffer data)
|
static Event |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Event |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Event |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static Event |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Event |
parseFrom(com.google.protobuf.ByteString data)
|
static Event |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Event |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
Event.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FILE_VERSION_FIELD_NUMBER
Constant Value:
3
public static final int GRAPH_DEF_FIELD_NUMBER
Constant Value:
4
public static final int LOG_MESSAGE_FIELD_NUMBER
Constant Value:
6
public static final int META_GRAPH_DEF_FIELD_NUMBER
Constant Value:
9
public static final int SESSION_LOG_FIELD_NUMBER
Constant Value:
7
public static final int STEP_FIELD_NUMBER
Constant Value:
2
public static final int SUMMARY_FIELD_NUMBER
Constant Value:
5
public static final int TAGGED_RUN_METADATA_FIELD_NUMBER
Constant Value:
8
public static final int WALL_TIME_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;
public 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;
public com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
public 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;
public 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;
public com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
public
getParserForType
()
public int getSerializedSize ()
public SessionLog getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public long getStep ()
Global step of the event.
int64 step = 2;
public SummaryOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
public TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public double getWallTime ()
Timestamp of the event.
double wall_time = 1;
public boolean 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 boolean hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public boolean hasSummary ()
A summary was generated.
.tensorflow.Summary summary = 5;
public boolean hasTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public int hashCode ()
public final boolean isInitialized ()
public static Event parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Event parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Event parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static Event parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static Event parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static Event parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Event parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|