публичный статический финальный класс Event.Builder
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
Публичные методы
Event.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
Событие | строить () |
Событие | |
Event.Builder | прозрачный () |
Event.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
Event.Builder | ОчиститьФилеВерсион () An event file was started, with the specified version. |
Event.Builder | ОчиститьГрафДеф () An encoded version of a GraphDef. |
Event.Builder | очиститьлогмессаже () The user output a log message. |
Event.Builder | ОчиститьМетаГрафДеф () An encoded version of a MetaGraphDef. |
Event.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Event.Builder | очиститьSessionLog () The state of the session which can be used for restarting after crashes. |
Event.Builder | ОчиститьШаг () Global step of the event. |
Event.Builder | очиститьСводка () A summary was generated. |
Event.Builder | ClearTaggedRunMetadata () The metadata returned by running a session.run() call. |
Event.Builder | ОчиститьВаллТиме () Timestamp of the event. |
Event.Builder | ясноЧто () |
Event.Builder | клон () |
Событие | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьФайлВерсион () 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. |
ЖурналСообщение | getLogMessage () The user output a log message. |
LogMessage.Builder | getLogMessageBuilder () The user output a log message. |
Логмессажеорбилдер | getLogMessageOrBuilder () The user output a log message. |
com.google.protobuf.ByteString | получитьМетаГрафДеф () An encoded version of a MetaGraphDef. |
Журнал сеанса | getSessionLog () The state of the session which can be used for restarting after crashes. |
SessionLog.Builder | getSessionLogBuilder () The state of the session which can be used for restarting after crashes. |
Сессионлогорбилдер | getSessionLogOrBuilder () The state of the session which can be used for restarting after crashes. |
длинный | получитьШаг () Global step of the event. |
Краткое содержание | получитьСводку () A summary was generated. |
Резюме.Строитель | getSummaryBuilder () A summary was generated. |
РезюмеИлиБилдер | getSummaryOrBuilder () A summary was generated. |
TaggedRunMetadata | getTaggedRunMetadata () The metadata returned by running a session.run() call. |
TaggedRunMetadata.Builder | getTaggedRunMetadataBuilder () 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. |
Событие.WhatCase | |
логическое значение | имеетлогмессаже () The user output a log message. |
логическое значение | имеетSessionLog () The state of the session which can be used for restarting after crashes. |
логическое значение | имеетСводка () A summary was generated. |
логическое значение | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
последнее логическое значение | |
Event.Builder | mergeFrom (com.google.protobuf.Message другое) |
Event.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Event.Builder | |
Event.Builder | mergeSessionLog (значение SessionLog ) The state of the session which can be used for restarting after crashes. |
Event.Builder | |
Event.Builder | mergeTaggedRunMetadata (значение TaggedRunMetadata ) The metadata returned by running a session.run() call. |
финальный Event.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Event.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
Event.Builder | setFileVersion (строковое значение) An event file was started, with the specified version. |
Event.Builder | setFileVersionBytes (значение com.google.protobuf.ByteString) An event file was started, with the specified version. |
Event.Builder | setGraphDef (значение com.google.protobuf.ByteString) An encoded version of a GraphDef. |
Event.Builder | |
Event.Builder | |
Event.Builder | setMetaGraphDef (значение com.google.protobuf.ByteString) An encoded version of a MetaGraphDef. |
Event.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
Event.Builder | setSessionLog ( SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes. |
Event.Builder | setSessionLog (значение SessionLog ) The state of the session which can be used for restarting after crashes. |
Event.Builder | setStep (длинное значение) Global step of the event. |
Event.Builder | |
Event.Builder | |
Event.Builder | setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue) The metadata returned by running a session.run() call. |
Event.Builder | setTaggedRunMetadata (значение TaggedRunMetadata ) The metadata returned by running a session.run() call. |
финальный Event.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Event.Builder | setWallTime (двойное значение) Timestamp of the event. |
Унаследованные методы
Публичные методы
public Event.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
общедоступный Event.Builder ClearFileVersion ()
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;
общедоступный Event.Builder ClearLogMessage ()
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 Event.Builder ClearMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
общедоступный Event.Builder ClearSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder ClearTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
публичная строка 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;
общедоступный com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
общедоступное сообщение журнала 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;
общедоступный LogMessage.Builder getLogMessageBuilder ()
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;
public com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
общедоступный журнал сеансов getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
общедоступный SessionLog.Builder getSessionLogBuilder ()
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;
общедоступный Summary.Builder getSummaryBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
общедоступный 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 TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()
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;
публичный двойной 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;
публичное окончательное логическое значение isInitialized ()
public Event.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public Event.Builder mergeLogMessage (значение LogMessage )
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 Event.Builder mergeSessionLog (значение SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder mergeSummary ( Сводное значение)
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder mergeTaggedRunMetadata (значение TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
общедоступный финальный Event.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public Event.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public Event.Builder setFileVersion (строковое значение)
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 Event.Builder setFileVersionBytes (значение com.google.protobuf.ByteString)
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 Event.Builder setGraphDef (значение com.google.protobuf.ByteString)
An encoded version of a GraphDef.
bytes graph_def = 4;
public Event.Builder setLogMessage (значение LogMessage )
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 Event.Builder setLogMessage ( LogMessage.Builder builderForValue)
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 Event.Builder setMetaGraphDef (значение com.google.protobuf.ByteString)
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
public Event.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
общедоступный Event.Builder setSessionLog ( SessionLog.Builder builderForValue)
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder setSessionLog (значение SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder setSummary (значение сводки )
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder setSummary ( Summary.Builder builderForValue)
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public Event.Builder setTaggedRunMetadata (значение TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;