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;