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;