interfaccia pubblica DebugMetadataOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getFileVersion () Version of the DebugEvent file format. |
astratto com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
stringa astratta | getTensorflowVersion () Version of TensorFlow. |
astratto com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
stringa astratta | getTfdbgRunId () A unique ID for the current run of tfdbg. |
astratto com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
Metodi pubblici
stringa astratta pubblica getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
estratto pubblico 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;
stringa astratta pubblica getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
estratto pubblico com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
stringa astratta pubblica 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;
estratto pubblico 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;