publiczne wydarzenie kończące zajęcia
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
Klasy zagnieżdżone
klasa | Konstruktor zdarzeń | Protocol buffer representing an event that happened during the execution of a Brain model. | |
wyliczenie | Wydarzenie.WhatCase |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
wydarzenie statyczne | |
Wydarzenie | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | pobierz wersję pliku () 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. |
Wiadomość dziennika | pobierz wiadomość dziennika () 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. |
wew | |
Dziennik sesji | pobierz dziennik sesji () 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. |
długi | getStep () Global step of the event. |
Streszczenie | pobierz podsumowanie () A summary was generated. |
PodsumowanieOrBuilder | 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. |
końcowy com.google.protobuf.UnknownFieldSet | |
podwójnie | getWallTime () Timestamp of the event. |
Wydarzenie.WhatCase | |
wartość logiczna | ma wiadomość dziennika () The user output a log message. |
wartość logiczna | maSessionLog () The state of the session which can be used for restarting after crashes. |
wartość logiczna | maPodsumowanie () A summary was generated. |
wartość logiczna | maTaggedRunMetadata () The metadata returned by running a session.run() call. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny kreator zdarzeń | newBuilder (prototyp wydarzenia ) |
statyczny kreator zdarzeń | nowyBuilder () |
Konstruktor zdarzeń | |
wydarzenie statyczne | parseDelimitedFrom (wejście strumienia wejściowego) |
wydarzenie statyczne | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
wydarzenie statyczne | parseFrom (dane ByteBuffer) |
wydarzenie statyczne | parseFrom (wejście com.google.protobuf.CodedInputStream, rejestr rozszerzenia com.google.protobuf.ExtensionRegistryLite) |
wydarzenie statyczne | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
wydarzenie statyczne | parseFrom (wejście com.google.protobuf.CodedInputStream) |
wydarzenie statyczne | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
wydarzenie statyczne | parseFrom (dane com.google.protobuf.ByteString) |
wydarzenie statyczne | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
wydarzenie statyczne | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Konstruktor zdarzeń | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int FILE_VERSION_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int GRAPH_DEF_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int LOG_MESSAGE_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int META_GRAPH_DEF_FIELD_NUMBER
Wartość stała: 9
publiczny statyczny końcowy int SESSION_LOG_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int STEP_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int SUMMARY_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int TAGGED_RUN_METADATA_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int WALL_TIME_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny ciąg 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;
publiczny com.google.protobuf.ByteString getGraphDef ()
An encoded version of a GraphDef.
bytes graph_def = 4;
publiczny 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;
publiczny 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;
publiczny com.google.protobuf.ByteString getMetaGraphDef ()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny dziennik sesji getSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
publiczny SessionLogOrBuilder getSessionLogOrBuilder ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
publiczny długi krok ()
Global step of the event.
int64 step = 2;
publiczne PodsumowanieOrBuilder getSummaryOrBuilder ()
A summary was generated.
.tensorflow.Summary summary = 5;
publiczny TaggedRunMetadata getTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
publiczny TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny podwójny getWallTime ()
Timestamp of the event.
double wall_time = 1;
publiczna wartość logiczna 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;
publiczna wartość logiczna hasSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
publiczna wartość logiczna maPodsumowanie ()
A summary was generated.
.tensorflow.Summary summary = 5;
publiczna wartość logiczna maTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczne zdarzenie statyczne parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public static Event parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static Event parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static Event parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static Event parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static Event parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public static Event parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|