SavedUserObject

Public final class 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.
 
Tipo de tensorflow.SavedUserObject

Clases anidadas

clase 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

En tIDENTIFIER_FIELD_NUMBER
En t METADATA_FIELD_NUMBER
En t VERSION_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static SavedUserObject
SavedUserObject
com.google.protobuf.Descriptors.Descriptor estático final
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.
En t
final com.google.protobuf.UnknownFieldSet
VersionDef
getVersion ()
 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.
En t
booleano final
static SavedUserObject.Builder
static SavedUserObject.Builder
SavedUserObject.Builder
static SavedUserObject
parseDelimitedFrom (entrada InputStream)
static SavedUserObject
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedUserObject
parseFrom (datos ByteBuffer)
static SavedUserObject
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedUserObject
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedUserObject
parseFrom (entrada com.google.protobuf.CodedInputStream)
static SavedUserObject
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedUserObject
parseFrom (datos com.google.protobuf.ByteString)
static SavedUserObject
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SavedUserObject
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedUserObject.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int IDENTIFIER_FIELD_NUMBER

Valor constante: 1

public static final int METADATA_FIELD_NUMBER

Valor constante: 3

public static final int VERSION_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static SavedUserObject getDefaultInstance ()

public SavedUserObject getDefaultInstanceForType ()

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

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;

público getParserForType ()

public int getSerializedSize ()

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

public VersionDef getVersion ()

 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 int hashCode ()

public final boolean isInitialized ()

public static SavedUserObject.Builder newBuilder (prototipo de SavedUserObject )

public static SavedUserObject.Builder newBuilder ()

public SavedUserObject.Builder newBuilderForType ()

public static SavedUserObject parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static SavedUserObject parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedUserObject parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static SavedUserObject parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedUserObject parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static SavedUserObject parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static SavedUserObject parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static SavedUserObject parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static SavedUserObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static SavedUserObject parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SavedUserObject.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException