DebugMetadataOrBuilder

อินเทอร์เฟซสาธารณะ DebugMetadataOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
getFileVersion ()
 Version of the DebugEvent file format.
นามธรรม com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
สตริงที่เป็นนามธรรม
getTensorflowVersion ()
 Version of TensorFlow.
นามธรรม com.google.protobuf.ByteString
รับ TensorflowVersionBytes ()
 Version of TensorFlow.
สตริงที่เป็นนามธรรม
getTfdbgRunId ()
 A unique ID for the current run of tfdbg.
นามธรรม com.google.protobuf.ByteString
getTfdbgRunIdBytes ()
 A unique ID for the current run of tfdbg.

วิธีการสาธารณะ

สตริงนามธรรมสาธารณะ getFileVersion ()

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

นามธรรมสาธารณะ 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;

สตริงนามธรรมสาธารณะ getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

นามธรรมสาธารณะ com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

สตริงนามธรรมสาธารณะ 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;

นามธรรมสาธารณะ 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;