SavedUserObject.Builder

public static final class SavedUserObject.Builder

 A SavedUserObject is an object (in the object-oriented language of the
 TensorFlow program) of some user- or framework-defined class other than
 those handled specifically by the other kinds of SavedObjects.
 This object cannot be evaluated as a tensor, and therefore cannot be bound
 to an input of a function.
 
Tipo de tensorflow.SavedUserObject

Métodos públicos

SavedUserObject.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedUserObject
SavedUserObject
SavedUserObject.Builder
claro ()
SavedUserObject.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedUserObject.Builder
clearIdentifier ()
 Corresponds to a registration of the type to use in the loading program.
SavedUserObject.Builder
clearMetadata ()
 Initialization-related metadata.
SavedUserObject.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedUserObject.Builder
clearVersion ()
 Version information from the producer of this SavedUserObject.
SavedUserObject.Builder
clonar ()
SavedUserObject
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getIdentifier ()
 Corresponds to a registration of the type to use in the loading program.
com.google.protobuf.ByteString
getIdentifierBytes ()
 Corresponds to a registration of the type to use in the loading program.
Cuerda
getMetadata ()
 Initialization-related metadata.
com.google.protobuf.ByteString
getMetadataBytes ()
 Initialization-related metadata.
VersionDef
getVersion ()
 Version information from the producer of this SavedUserObject.
VersionDef.Builder
getVersionBuilder ()
 Version information from the producer of this SavedUserObject.
VersionDefOrBuilder
getVersionOrBuilder ()
 Version information from the producer of this SavedUserObject.
booleano
hasVersion ()
 Version information from the producer of this SavedUserObject.
booleano final
SavedUserObject.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedUserObject.Builder
mergeFrom (com.google.protobuf.Message otro)
final SavedUserObject.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedUserObject.Builder
mergeVersion (valor VersionDef )
 Version information from the producer of this SavedUserObject.
SavedUserObject.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedUserObject.Builder
setIdentifier (valor de cadena)
 Corresponds to a registration of the type to use in the loading program.
SavedUserObject.Builder
setIdentifierBytes (valor de com.google.protobuf.ByteString)
 Corresponds to a registration of the type to use in the loading program.
SavedUserObject.Builder
setMetadata (valor de cadena)
 Initialization-related metadata.
SavedUserObject.Builder
setMetadataBytes (valor de com.google.protobuf.ByteString)
 Initialization-related metadata.
SavedUserObject.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final SavedUserObject.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedUserObject.Builder
setVersion (valor VersionDef )
 Version information from the producer of this SavedUserObject.
SavedUserObject.Builder
setVersion ( VersionDef.Builder builderForValue)
 Version information from the producer of this SavedUserObject.

Métodos heredados

Métodos públicos

public SavedUserObject.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public SavedUserObject build ()

public SavedUserObject buildPartial ()

public SavedUserObject.Builder clear ()

public SavedUserObject.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public SavedUserObject.Builder clearIdentifier ()

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

public SavedUserObject.Builder clearMetadata ()

 Initialization-related metadata.
 
string metadata = 3;

public SavedUserObject.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedUserObject.Builder clearVersion ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public SavedUserObject.Builder clone ()

public SavedUserObject getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

getIdentifier de cadena pública ()

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

public com.google.protobuf.ByteString getIdentifierBytes ()

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

public String getMetadata ()

 Initialization-related metadata.
 
string metadata = 3;

public com.google.protobuf.ByteString getMetadataBytes ()

 Initialization-related metadata.
 
string metadata = 3;

public VersionDef getVersion ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public VersionDef.Builder getVersionBuilder ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public VersionDefOrBuilder getVersionOrBuilder ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public boolean hasVersion ()

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public final boolean isInitialized ()

public SavedUserObject.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public SavedUserObject.Builder mergeFrom (com.google.protobuf.Message other)

public final SavedUserObject.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedUserObject.Builder mergeVersion (valor VersionDef )

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public SavedUserObject.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public SavedUserObject.Builder setIdentifier (valor de cadena)

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

public SavedUserObject.Builder setIdentifierBytes (valor de com.google.protobuf.ByteString)

 Corresponds to a registration of the type to use in the loading program.
 
string identifier = 1;

public SavedUserObject.Builder setMetadata (valor de cadena)

 Initialization-related metadata.
 
string metadata = 3;

public SavedUserObject.Builder setMetadataBytes (valor de com.google.protobuf.ByteString)

 Initialization-related metadata.
 
string metadata = 3;

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

public final SavedUserObject.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedUserObject.Builder setVersion (valor VersionDef )

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;

public SavedUserObject.Builder setVersion ( VersionDef.Builder builderForValue)

 Version information from the producer of this SavedUserObject.
 
.tensorflow.VersionDef version = 2;