DebugMetadataOrBuilder

giao diện công cộng DebugMetadataOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getFileVersion ()
 Version of the DebugEvent file format.
trừu tượng com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
chuỗi trừu tượng
getTensorflowVersion ()
 Version of TensorFlow.
trừu tượng com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 Version of TensorFlow.
chuỗi trừu tượng
getTfdbgRunId ()
 A unique ID for the current run of tfdbg.
trừu tượng com.google.protobuf.ByteString
getTfdbgRunIdBytes ()
 A unique ID for the current run of tfdbg.

Phương pháp công khai

Chuỗi tóm tắt công khai getFileVersion ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

tóm tắt công khai 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;

Chuỗi trừu tượng công khai getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

tóm tắt công khai com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;