DebugMetadataOrBuilder

الواجهة العامة DebugMetadataOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
الحصول على نسخة الملف ()
 Version of the DebugEvent file format.
مجردة com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
سلسلة مجردة
الحصول على TensorflowVersion ()
 Version of TensorFlow.
مجردة com.google.protobuf.ByteString
سلسلة مجردة
getTfdbgRunId ()
 A unique ID for the current run of tfdbg.
مجردة com.google.protobuf.ByteString
الحصول على TfdbgRunIdBytes ()
 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;