Event

lớp học cuối cùng công khai Sự kiện

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
Tenorflow loại tensorflow.Event

Các lớp lồng nhau

lớp học Sự kiện.Builder
 Protocol buffer representing an event that happened during
 the execution of a Brain model. 
liệt kê Sự kiện.WhatCase

Hằng số

int FILE_VERSION_FIELD_NUMBER
int GRAPH_DEF_FIELD_NUMBER
int LOG_MESSAGE_FIELD_NUMBER
int META_GRAPH_DEF_FIELD_NUMBER
int SESSION_LOG_FIELD_NUMBER
int STEP_FIELD_NUMBER
int TÓM TẮT_FIELD_NUMBER
int TAGGED_RUN_METADATA_FIELD_NUMBER
int WALL_TIME_FIELD_NUMBER

Phương pháp công khai

boolean
bằng (Đối tượng obj)
Sự kiện tĩnh
Sự kiện
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Sợi dây
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.
Tin nhắn nhật ký
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
Nhật ký phiên
getSessionLog ()
 The state of the session which can be used for restarting after crashes.
PhiênNhật kýHoặcBuilder
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
dài
getStep ()
 Global step of the event.
Bản tóm tắt
lấy Tóm tắt ()
 A summary was generated.
Tóm tắtHoặcBuilder
getSummaryOrBuilder ()
 A summary was generated.
Được gắn thẻChạySiêu dữ liệu
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Được gắn thẻChạySiêu dữ liệuOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
com.google.protobuf.UnknownFieldSet cuối cùng
gấp đôi
getWallTime ()
 Timestamp of the event.
Sự kiện.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
boolean cuối cùng
Sự kiện tĩnh.Builder
newBuilder ( Nguyên mẫu sự kiện )
Sự kiện tĩnh.Builder
Sự kiện.Builder
Sự kiện tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Sự kiện tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Sự kiện tĩnh
ParseFrom (dữ liệu ByteBuffer)
Sự kiện tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Sự kiện tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Sự kiện tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Sự kiện tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Sự kiện tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Sự kiện tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Sự kiện tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
Sự kiện.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh công khai FILE_VERSION_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh công khai GRAPH_DEF_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh cuối cùng LOG_MESSAGE_FIELD_NUMBER

Giá trị không đổi: 6

int tĩnh công khai META_GRAPH_DEF_FIELD_NUMBER

Giá trị không đổi: 9

int cuối cùng tĩnh công khai SESSION_LOG_FIELD_NUMBER

Giá trị không đổi: 7

int tĩnh cuối cùng STEP_FIELD_NUMBER

Giá trị không đổi: 2

int cuối cùng tĩnh công khai SUMMARY_FIELD_NUMBER

Giá trị không đổi: 5

int tĩnh công khai TAGGED_RUN_METADATA_FIELD_NUMBER

Giá trị không đổi: 8

int cuối cùng tĩnh công khai WALL_TIME_FIELD_NUMBER

Giá trị không đổi: 1

Phương pháp công khai

boolean công khai bằng (Object obj)

Sự kiện tĩnh công khai getDefaultInstance ()

Sự kiện công khai getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Chuỗi công khai 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 công khai ()

 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 công khai ()

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

LogMessage công khai 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;

công khai 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 công khai ()

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

công cộng getParserForType ()

int công khai getSerializedSize ()

SessionLog công khai getSessionLog ()

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

SessionLogOrBuilder công khai getSessionLogOrBuilder ()

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

công khai getStep ()

 Global step of the event.
 
int64 step = 2;

tóm tắt công khai getSummary ()

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

public SummaryOrBuilder getSummaryOrBuilder ()

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

công khai TaggedRunMetadata getTaggedRunMetadata ()

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

công khai TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

công khai gấp đôi getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

sự kiện công khai.WhatCase getWhatCase ()

boolean công khai 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;

boolean công khai hasSessionLog ()

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

boolean công khai hasSummary ()

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

boolean công khai hasTaggedRunMetadata ()

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

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

public static Event.Builder newBuilder ( Nguyên mẫu sự kiện )

public static Event.Builder newBuilder ()

sự kiện công khai.Builder newBuilderForType ()

sự kiện tĩnh công khai phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

public static Sự kiện phân tích cú phápDelimitedFrom (Đầu vàoInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích sự kiện tĩnh công khaiFrom (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích sự kiện tĩnh công khaiFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích sự kiện tĩnh công khaiTừ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích sự kiện tĩnh công khaiFrom (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

Phân tích sự kiện tĩnh công khaiTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích sự kiện tĩnh công khaiFrom (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích sự kiện tĩnh công khaiTừ (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích sự kiện tĩnh công khaiTừ (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException