DebugMetadata

publiczna klasa końcowa DebugMetadata

 Metadata about the debugger and the debugged TensorFlow program.
 
Protobuf typu 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
Strunowy
pobierz wersję pliku ()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
wew
Strunowy
getTensorflowVersion ()
 Version of TensorFlow.
com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 Version of TensorFlow.
Strunowy
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
końcowa wartość logiczna
statyczny DebugMetadata.Builder
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)

publiczne statyczne DebugMetadata getDefaultInstance ()

publiczne DebugMetadata getDefaultInstanceForType ()

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 ()

publiczny statyczny DebugMetadata.Builder newBuilder (prototyp DebugMetadata )

publiczny statyczny DebugMetadata.Builder newBuilder ()

public DebugMetadata.Builder newBuilderForType ()

public static DebugMetadata parseDelimitedFrom (wejście wejściowe)

Rzuca
Wyjątek IO

public static DebugMetadata parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

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 ()

publiczny DebugMetadata.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO