DebugMetadata.Builder

classe final estática pública DebugMetadata.Builder

 Metadata about the debugger and the debugged TensorFlow program.
 
Protobuf tipo tensorflow.DebugMetadata

Métodos Públicos

DebugMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
DebugMetadados
DebugMetadados
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 umof)
DebugMetadata.Builder
clearTensorflowVersion ()
 Version of TensorFlow.
DebugMetadata.Builder
clearTfdbgRunId ()
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
clonar ()
DebugMetadados
final estático com.google.protobuf.Descriptors.Descriptor
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 final
DebugMetadata.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata.Builder
mergeFrom (com.google.protobuf.Message outro)
final DebugMetadata.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
DebugMetadata.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
DebugMetadata.Builder
setFileVersion (valor da string)
 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 do objeto)
DebugMetadata.Builder
setTensorflowVersion (valor da string)
 Version of TensorFlow.
DebugMetadata.Builder
setTensorflowVersionBytes (valor com.google.protobuf.ByteString)
 Version of TensorFlow.
DebugMetadata.Builder
setTfdbgRunId (valor da string)
 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.
finalDebugMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

public DebugMetadata.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação pública DebugMetadata ()

público DebugMetadata buildPartial ()

público DebugMetadata.Builder claro ()

público DebugMetadata.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

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 clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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;

Clone DebugMetadata.Builder público ()

público DebugMetadata getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

String 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;

String pública getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

público com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

String 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)

Lança
IOException

público DebugMetadata.Builder mergeFrom (com.google.protobuf.Message outro)

final público DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

public DebugMetadata.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

público DebugMetadata.Builder setFileVersion (valor de string)

 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;

public DebugMetadata.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

público DebugMetadata.Builder setTensorflowVersion (valor da string)

 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 da string)

 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;

final público DebugMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)