publiczna klasa końcowa DebugMetadata
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata Klasy zagnieżdżone
| klasa | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. | |
Stałe
| wew | FILE_VERSION_FIELD_NUMBER | |
| wew | TENSORFLOW_VERSION_FIELD_NUMBER | |
| wew | TFDBG_RUN_ID_FIELD_NUMBER |
Metody publiczne
| wartość logiczna | równa się (obiekt obiektu) |
| statyczne DebugMetadata | |
| Debuguj metadane | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| Smyczkowy | pobierz wersję pliku () Version of the DebugEvent file format. |
| com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
| wew | |
| Smyczkowy | getTensorflowVersion () Version of TensorFlow. |
| com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
| Smyczkowy | getTfdbgRunId () A unique ID for the current run of tfdbg. |
| com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
| końcowy com.google.protobuf.UnknownFieldSet | |
| wew | hashCode () |
| końcowa wartość logiczna | |
| statyczny DebugMetadata.Builder | newBuilder (prototyp DebugMetadata ) |
| statyczny DebugMetadata.Builder | |
| DebugMetadata.Builder | |
| statyczne DebugMetadata | parseDelimitedFrom (wejście strumienia wejściowego) |
| statyczne DebugMetadata | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczne DebugMetadata | parseFrom (dane ByteBuffer) |
| statyczne DebugMetadata | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczne DebugMetadata | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczne DebugMetadata | parseFrom (wejście com.google.protobuf.CodedInputStream) |
| statyczne DebugMetadata | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
| statyczne DebugMetadata | parseFrom (dane com.google.protobuf.ByteString) |
| statyczne DebugMetadata | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczne DebugMetadata | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| statyczny | parser () |
| DebugMetadata.Builder | |
| 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: 2
publiczny statyczny końcowy int TENSORFLOW_VERSION_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int TFDBG_RUN_ID_FIELD_NUMBER
Wartość stała: 3
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny ciąg getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2; public com.google.protobuf.ByteString getFileVersionBytes ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2; publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny ciąg getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1; public com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1; publiczny ciąg getTfdbgRunId ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3; public com.google.protobuf.ByteString getTfdbgRunIdBytes ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3; publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
public static DebugMetadata parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
public static DebugMetadata parseFrom (dane ByteBuffer)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
public static DebugMetadata parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
public static DebugMetadata parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
public static DebugMetadata parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
| Wyjątek IO |
|---|
public static DebugMetadata parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
public static DebugMetadata parseFrom (dane com.google.protobuf.ByteString)
Rzuca
| Nieprawidłowy wyjątekProtocolBufferException |
|---|
public static DebugMetadata parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
| Wyjątek IO |
|---|
public static DebugMetadata 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 |
|---|