SavedUserObject

classe finale publique SavedUserObject

 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.
 
tensorflow.SavedUserObject

Classes imbriquées

classe 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. 

Constantes

int IDENTIFIER_FIELD_NUMBER
int METADATA_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Objet utilisateur enregistré statique
ObjetUtilisateurEnregistré
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
obtenirIdentifiant ()
 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.
Chaîne
getMetadata ()
 Initialization-related metadata.
com.google.protobuf.ByteString
getMetadataBytes ()
 Initialization-related metadata.
int
final com.google.protobuf.UnknownFieldSet
VersionDef
obtenirVersion ()
 Version information from the producer of this SavedUserObject.
VersionDefOrBuilder
getVersionOrBuilder ()
 Version information from the producer of this SavedUserObject.
booléen
aVersion ()
 Version information from the producer of this SavedUserObject.
int
booléen final
statique SavedUserObject.Builder
statique SavedUserObject.Builder
SavedUserObject.Builder
Objet utilisateur enregistré statique
parseDelimitedFrom (entrée InputStream)
Objet utilisateur enregistré statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objet utilisateur enregistré statique
parseFrom (données ByteBuffer)
Objet utilisateur enregistré statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objet utilisateur enregistré statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objet utilisateur enregistré statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Objet utilisateur enregistré statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objet utilisateur enregistré statique
parseFrom (données com.google.protobuf.ByteString)
Objet utilisateur enregistré statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Objet utilisateur enregistré statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
SavedUserObject.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int IDENTIFIER_FIELD_NUMBER

Valeur constante : 1

public statique final int METADATA_FIELD_NUMBER

Valeur constante : 3

public statique final int VERSION_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

public statique SavedUserObject getDefaultInstance ()

public SavedUserObject getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique getIdentifier ()

 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;

chaîne publique getMetadata ()

métadonnées de chaîne

 Initialization-related metadata.
 
string metadata = 3;

public com.google.protobuf.ByteString getMetadataBytes ()

métadonnées de chaîne

 Initialization-related metadata.
 
string metadata = 3;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

VersionDef publique getVersion ()

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

version publiqueDefOrBuilder getVersionOrBuilder ()

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

public booléen hasVersion ()

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

code de hachage int public ()

public final booléen isInitialized ()

public statique SavedUserObject.Builder newBuilder (prototype SavedUserObject )

public statique SavedUserObject.Builder newBuilder ()

public SavedUserObject.Builder newBuilderForType ()

public statique SavedUserObject parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique SavedUserObject parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedUserObject parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique SavedUserObject parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedUserObject parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SavedUserObject parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique SavedUserObject parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique SavedUserObject parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique SavedUserObject parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique SavedUserObject parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public SavedUserObject.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException