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
getTensorflowVersionBytes ()
 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;