DebugMetadataOrBuilder

পাবলিক ইন্টারফেস DebugMetadataOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getFileVersion ()
 Version of the DebugEvent file format.
বিমূর্ত com.google.protobuf.ByteString
GetFileVersionBytes ()
 Version of the DebugEvent file format.
বিমূর্ত স্ট্রিং
GetTensorflow Version ()
 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;