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.
tensorflow.SavedUserObject tipo tensorflow.SavedUserObject Classes aninhadas
| aula | 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étodos Públicos
| boleano | igual a (objeto obj) |
| static SavedUserObject | |
| SavedUserObject | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | 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. |
| Fragmento | getMetadata () Initialization-related metadata. |
| com.google.protobuf.ByteString | getMetadataBytes () Initialization-related metadata. |
| int | |
| 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. |
| boleano | hasVersion () Version information from the producer of this SavedUserObject. |
| int | hashCode () |
| final booleano | |
| static SavedUserObject.Builder | newBuilder (protótipo SavedUserObject ) |
| static SavedUserObject.Builder | newBuilder () |
| SavedUserObject.Builder | |
| static SavedUserObject | parseDelimitedFrom (input InputStream) |
| static SavedUserObject | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static SavedUserObject | parseFrom (dados ByteBuffer) |
| static SavedUserObject | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static SavedUserObject | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static SavedUserObject | parseFrom (com.google.protobuf.CodedInputStream input) |
| static SavedUserObject | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static SavedUserObject | parseFrom (com.google.protobuf.ByteString data) |
| static SavedUserObject | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static SavedUserObject | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| SavedUserObject.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
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 equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String 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;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 ()
pública VersionDef getVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;pública 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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedUserObject parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static SavedUserObject parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static SavedUserObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|