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;