clase final estática pública DebugMetadata.Builder
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
Métodos públicos
DebugMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Depurar metadatos | construir () |
Depurar metadatos | |
DebugMetadata.Builder | claro () |
DebugMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
DebugMetadata.Builder | borrar versión de archivo () Version of the DebugEvent file format. |
DebugMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
DebugMetadata.Builder | clearTensorflowVersion () Version of TensorFlow. |
DebugMetadata.Builder | borrarTfdbgRunId () A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | clonar () |
Depurar metadatos | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cadena | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
Cadena | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Cadena | obtenerTfdbgRunId () A unique ID for the current run of tfdbg. |
com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
booleano final | |
DebugMetadata.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.Message otro) |
final DebugMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
DebugMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
DebugMetadata.Builder | setFileVersion (valor de cadena) Version of the DebugEvent file format. |
DebugMetadata.Builder | setFileVersionBytes (valor com.google.protobuf.ByteString) Version of the DebugEvent file format. |
DebugMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
DebugMetadata.Builder | setTensorflowVersion (valor de cadena) Version of TensorFlow. |
DebugMetadata.Builder | setTensorflowVersionBytes (valor com.google.protobuf.ByteString) Version of TensorFlow. |
DebugMetadata.Builder | setTfdbgRunId (valor de cadena) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | setTfdbgRunIdBytes (valor com.google.protobuf.ByteString) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
public DebugMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público DebugMetadata.Builder clearFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
público DebugMetadata.Builder clearTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
público DebugMetadata.Builder clearTfdbgRunId ()
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;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
cadena 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;
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;
Cadena pública getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
público com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
Cadena 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;
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;
público final booleano isInitialized ()
public DebugMetadata.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público DebugMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público DebugMetadata.Builder setFileVersion (valor de cadena)
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
público DebugMetadata.Builder setFileVersionBytes (valor com.google.protobuf.ByteString)
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
público DebugMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
public DebugMetadata.Builder setTensorflowVersion (valor de cadena)
Version of TensorFlow.
string tensorflow_version = 1;
público DebugMetadata.Builder setTensorflowVersionBytes (valor com.google.protobuf.ByteString)
Version of TensorFlow.
string tensorflow_version = 1;
público DebugMetadata.Builder setTfdbgRunId (valor de cadena)
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;
público DebugMetadata.Builder setTfdbgRunIdBytes (valor com.google.protobuf.ByteString)
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;