genel arayüz DebugMetadataOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut Dize | getFileVersion () Version of the DebugEvent file format. |
abstract com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
soyut Dize | getTensorflowVersion () Version of TensorFlow. |
abstract com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
soyut Dize | getTfdbgRunId () A unique ID for the current run of tfdbg. |
abstract com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
Genel Yöntemler
genel özet Dize getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
genel özet 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;
genel özet Dize getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
genel özet com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
genel özet Dize 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;
genel özet 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;