DebugMetadataOrBuilder

antarmuka publik DebugMetadataOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkanVersi File ()
 Version of the DebugEvent file format.
abstrak com.google.protobuf.ByteString
dapatkanFileVersionBytes ()
 Version of the DebugEvent file format.
Tali abstrak
dapatkanTensorflowVersion ()
 Version of TensorFlow.
abstrak com.google.protobuf.ByteString
dapatkanTensorflowVersionBytes ()
 Version of TensorFlow.
Tali abstrak
dapatkanTfdbgRunId ()
 A unique ID for the current run of tfdbg.
abstrak com.google.protobuf.ByteString
dapatkanTfdbgRunIdBytes ()
 A unique ID for the current run of tfdbg.

Metode Publik

String abstrak publik getFileVersion ()

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

abstrak publik 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;

String abstrak publik getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

abstrak publik com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

String abstrak publik 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;

abstrak publik 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;