classe finale statica pubblica DebugMetadata.Builder
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
Metodi pubblici
DebugMetadata.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
DebugMetadati | costruire () |
DebugMetadati | buildPartial () |
DebugMetadata.Builder | chiaro () |
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 () |
DebugMetadati | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
Corda | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Corda | 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 finale | |
DebugMetadata.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
DebugMetadata.Builder | mergeFrom (com.google.protobuf.Message altro) |
finale DebugMetadata.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
DebugMetadata.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
DebugMetadata.Builder | setFileVersion (valore stringa) Version of the DebugEvent file format. |
DebugMetadata.Builder | setFileVersionBytes (valore com.google.protobuf.ByteString) Version of the DebugEvent file format. |
DebugMetadata.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
DebugMetadata.Builder | setTensorflowVersion (valore stringa) Version of TensorFlow. |
DebugMetadata.Builder | setTensorflowVersionBytes (valore com.google.protobuf.ByteString) Version of TensorFlow. |
DebugMetadata.Builder | setTfdbgRunId (valore stringa) A unique ID for the current run of tfdbg. |
DebugMetadata.Builder | setTfdbgRunIdBytes (valore com.google.protobuf.ByteString) A unique ID for the current run of tfdbg. |
finale DebugMetadata.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public DebugMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
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;
pubblico 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 ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
pubblico 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;
stringa pubblica getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
pubblico com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
stringa pubblica 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;
pubblico 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 booleano isInitialized ()
public DebugMetadata.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public DebugMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public DebugMetadata.Builder setFileVersion (valore stringa)
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 (valore 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, indice int, valore oggetto)
public DebugMetadata.Builder setTensorflowVersion (valore stringa)
Version of TensorFlow.
string tensorflow_version = 1;
public DebugMetadata.Builder setTensorflowVersionBytes (valore com.google.protobuf.ByteString)
Version of TensorFlow.
string tensorflow_version = 1;
public DebugMetadata.Builder setTfdbgRunId (valore stringa)
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;
pubblico DebugMetadata.Builder setTfdbgRunIdBytes (valore 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;