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 t | IDENTIFIER_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 | hashCode () |
| booleano final | |
| static SavedUserObject.Builder | newBuilder (prototipo SavedUserObject ) |
| static SavedUserObject.Builder | newBuilder () |
| 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 | analizador () |
| SavedUserObject.Builder | toBuilder () |
| 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)
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 parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
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 void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|