interface pública DebugMetadataOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
cadeia abstrata | getFileVersion () Version of the DebugEvent file format. |
abstrato com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
cadeia abstrata | getTensorflowVersion () Version of TensorFlow. |
abstrato com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
cadeia abstrata | getTfdbgRunId () A unique ID for the current run of tfdbg. |
abstrato com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
Métodos Públicos
string abstrata pública getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
resumo público 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;
cadeia abstrata pública getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
resumo público com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
String abstrata pública 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;
resumo público 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;