DebugMetadata.Builder de clase final estática pública
Metadata about the debugger and the debugged TensorFlow program.Tipo de
tensorflow.DebugMetadata
Métodos públicos
DebugMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
DebugMetadata | construir () |
DebugMetadata | buildPartial () |
DebugMetadata.Builder | claro () |
DebugMetadata.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
DebugMetadata.Builder | clearFileVersion () Version of the DebugEvent file format. |
DebugMetadata.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebugMetadata.Builder | clearTensorflowVersion () Version of TensorFlow. |
DebugMetadata.Builder | clearTfdbgRunId () A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | clonar () |
DebugMetadata | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cuerda | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
Cuerda | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Cuerda | getTfdbgRunId () 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 extensionRegistry) |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.Message otro) |
DebugMetadata.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
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 de 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 de 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 de com.google.protobuf.ByteString) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public DebugMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public 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;
public DebugMetadata.Builder clearTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
public 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 ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String 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;
public String getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
public 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;
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;
public final boolean isInitialized ()
public DebugMetadata.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
DebugMetadata.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebugMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public 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;
public DebugMetadata.Builder setFileVersionBytes (valor de 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;
public 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;
public DebugMetadata.Builder setTensorflowVersionBytes (valor de com.google.protobuf.ByteString)
Version of TensorFlow.
string tensorflow_version = 1;
public 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;
public DebugMetadata.Builder setTfdbgRunIdBytes (valor de 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;