Event

Acara kelas akhir publik

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
Protobuf tipe tensorflow.Event

Kelas Bersarang

kelas Acara.Pembangun
 Protocol buffer representing an event that happened during
 the execution of a Brain model. 
enum Acara.WhatCase

Konstanta

ke dalam FILE_VERSION_FIELD_NUMBER
ke dalam GRAPH_DEF_FIELD_NUMBER
ke dalam LOG_MESSAGE_FIELD_NUMBER
ke dalam META_GRAPH_DEF_FIELD_NUMBER
ke dalam SESSION_LOG_FIELD_NUMBER
ke dalam STEP_FIELD_NUMBER
ke dalam SUMMARY_FIELD_NUMBER
ke dalam TAGGED_RUN_METADATA_FIELD_NUMBER
ke dalam WALL_TIME_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
Acara statis
Peristiwa
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkanVersi File ()
 An event file was started, with the specified version.
com.google.protobuf.ByteString
dapatkanFileVersionBytes ()
 An event file was started, with the specified version.
com.google.protobuf.ByteString
dapatkanGraphDef ()
 An encoded version of a GraphDef.
Pesan Log
dapatkanLogMessage ()
 The user output a log message.
LogMessageOrBuilder
dapatkanLogMessageOrBuilder ()
 The user output a log message.
com.google.protobuf.ByteString
dapatkanMetaGraphDef ()
 An encoded version of a MetaGraphDef.
ke dalam
Log Sesi
dapatkanSessionLog ()
 The state of the session which can be used for restarting after crashes.
SessionLogOrBuilder
dapatkanSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
panjang
dapatkanLangkah ()
 Global step of the event.
Ringkasan
dapatkan Ringkasan ()
 A summary was generated.
RingkasanAtauPembangun
dapatkanSummaryOrBuilder ()
 A summary was generated.
DitandaiRunMetadata
dapatkanTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
DitandaiRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
final com.google.protobuf.UnknownFieldSet
dobel
dapatkanWaktu Dinding ()
 Timestamp of the event.
Acara.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
memilikiRingkasan ()
 A summary was generated.
boolean
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
ke dalam
boolean terakhir
Acara statis.Pembangun
newBuilder ( Prototipe acara )
Acara statis.Pembangun
Acara.Pembangun
Acara statis
parseDelimitedFrom (masukan Aliran Masukan)
Acara statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Acara statis
parseFrom (data ByteBuffer)
Acara statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Acara statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Acara statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
Acara statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Acara statis
parseFrom (com.google.protobuf.ByteString data)
Acara statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Acara statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
Acara.Pembangun
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik FILE_VERSION_FIELD_NUMBER

Nilai Konstan: 3

int akhir statis publik GRAPH_DEF_FIELD_NUMBER

Nilai Konstan: 4

int akhir statis publik LOG_MESSAGE_FIELD_NUMBER

Nilai Konstan: 6

int akhir statis publik META_GRAPH_DEF_FIELD_NUMBER

Nilai Konstan: 9

int akhir statis publik SESSION_LOG_FIELD_NUMBER

Nilai Konstan: 7

int akhir statis publik STEP_FIELD_NUMBER

Nilai Konstan: 2

int final statis publik SUMMARY_FIELD_NUMBER

Nilai Konstan: 5

int akhir statis publik TAGGED_RUN_METADATA_FIELD_NUMBER

Nilai Konstan: 8

int final statis publik WALL_TIME_FIELD_NUMBER

Nilai Konstan: 1

Metode Publik

boolean publik sama (Obj objek)

Acara statis publik getDefaultInstance ()

Acara publik getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String publik 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 publik 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;

publik com.google.protobuf.ByteString getGraphDef ()

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

LogMessage publik 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 publik 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;

publik com.google.protobuf.ByteString getMetaGraphDef ()

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

publik dapatkanParserForType ()

publik int getSerializedSize ()

SessionLog publik getSessionLog ()

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

SessionLogOrBuilder publik getSessionLogOrBuilder ()

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

getStep panjang publik ()

 Global step of the event.
 
int64 step = 2;

Ringkasan publik getSummary ()

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

RingkasanOrBuilder publik getSummaryOrBuilder ()

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

publik TaggedRunMetadata getTaggedRunMetadata ()

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

publik TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

getWallTime ganda publik ()

 Timestamp of the event.
 
double wall_time = 1;

Acara publik.WhatCase getWhatCase ()

boolean publik 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 publik hasSessionLog ()

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

boolean publik hasSummary ()

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

boolean publik hasTaggedRunMetadata ()

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

kode hash int publik ()

boolean akhir publik diinisialisasi ()

Acara statis publik.Builder newBuilder (Prototipe acara )

Acara publik.Builder newBuilderForType ()

Acara statis publik parseDelimitedFrom (input InputStream)

Melempar
Pengecualian IO

Acara statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom Acara statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom Acara statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom Acara statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom Acara statis publik (com.google.protobuf.CodedInputStream input)

Melempar
Pengecualian IO

parseFrom Acara statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom Acara statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom Acara statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom Acara statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

Acara publik.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO