публичный финальный класс DebugMetadata
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
Вложенные классы
сорт | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. |
Константы
интервал | FILE_VERSION_FIELD_NUMBER | |
интервал | TENSORFLOW_VERSION_FIELD_NUMBER | |
интервал | TFDBG_RUN_ID_FIELD_NUMBER |
Публичные методы
логическое значение | равно (Объект obj) |
статические дебагметаданные | |
Отладочные метаданные | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьФайлВерсион () 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. |
окончательный com.google.protobuf.UnknownFieldSet | |
интервал | хэш-код () |
последнее логическое значение | |
статический DebugMetadata.Builder | newBuilder (прототип DebugMetadata ) |
статический DebugMetadata.Builder | |
DebugMetadata.Builder | |
статические дебагметаданные | parseDelimitedFrom (входной поток) |
статические дебагметаданные | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статические дебагметаданные | parseFrom (данные ByteBuffer) |
статические дебагметаданные | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статические дебагметаданные | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статические дебагметаданные | parseFrom (вход com.google.protobuf.CodedInputStream) |
статические дебагметаданные | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статические дебагметаданные | parseFrom (данные com.google.protobuf.ByteString) |
статические дебагметаданные | parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статические дебагметаданные | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
DebugMetadata.Builder | toBuilder () |
пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int FILE_VERSION_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int TENSORFLOW_VERSION_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int TFDBG_RUN_ID_FIELD_NUMBER
Постоянное значение: 3
Публичные методы
общедоступное логическое значение равно (Object obj)
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
публичная строка getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
public 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;
общественный getParserForType ()
public int getSerializedSize ()
публичная строка getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
public 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;
public 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;
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступный статический анализ DebugMetadataDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static DebugMetadata parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static DebugMetadata parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический анализ DebugMetadata (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
public static DebugMetadata parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический анализ DebugMetadata (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический анализ DebugMetadata (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static DebugMetadata parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|