public static final class DebugMetadata.Builder
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
tipo tensorflow.DebugMetadata
Métodos Públicos
DebugMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DebugMetadata | build () |
DebugMetadata | buildPartial () |
DebugMetadata.Builder | limpar () |
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 | clone () |
DebugMetadata | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Fragmento | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
Fragmento | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Fragmento | getTfdbgRunId () A unique ID for the current run of tfdbg. |
com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
final booleano | |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.Message other) |
final DebugMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
DebugMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DebugMetadata.Builder | setFileVersion (valor String) Version of the DebugEvent file format. |
DebugMetadata.Builder | setFileVersionBytes (com.google.protobuf.ByteString value) Version of the DebugEvent file format. |
DebugMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
DebugMetadata.Builder | setTensorflowVersion (valor String) Version of TensorFlow. |
DebugMetadata.Builder | setTensorflowVersionBytes (com.google.protobuf.ByteString value) Version of TensorFlow. |
DebugMetadata.Builder | setTfdbgRunId (valor String) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | setTfdbgRunIdBytes (com.google.protobuf.ByteString value) A unique ID for the current run of tfdbg. |
final DebugMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos herdados
Métodos Públicos
public DebugMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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;
public static 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;
public String 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebugMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public DebugMetadata.Builder setFileVersion (String value)
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 (com.google.protobuf.ByteString value)
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 do objeto)
public DebugMetadata.Builder setTensorflowVersion (String value)
Version of TensorFlow.
string tensorflow_version = 1;
public DebugMetadata.Builder setTensorflowVersionBytes (com.google.protobuf.ByteString value)
Version of TensorFlow.
string tensorflow_version = 1;
public DebugMetadata.Builder setTfdbgRunId (String value)
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 (com.google.protobuf.ByteString value)
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;