classe final pública 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 protobuf
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
interno | IDENTIFIER_FIELD_NUMBER | |
interno | METADATA_FIELD_NUMBER | |
interno | VERSION_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
estático SavedUserObject | |
ObjetoSalvoUsuário | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | 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. |
Corda | getMetadata () Initialization-related metadata. |
com.google.protobuf.ByteString | getMetadataBytes () Initialization-related metadata. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
VersãoDef | getVersão () Version information from the producer of this SavedUserObject. |
VersãoDefOrBuilder | getVersionOrBuilder () Version information from the producer of this SavedUserObject. |
booleano | hasVersion () Version information from the producer of this SavedUserObject. |
interno | código hash () |
booleano final | |
SavedUserObject.Builder estático | newBuilder (protótipo SavedUserObject ) |
SavedUserObject.Builder estático | |
SavedUserObject.Builder | |
estático SavedUserObject | parseDelimitedFrom (entrada InputStream) |
estático SavedUserObject | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedUserObject | parseFrom (dados de ByteBuffer) |
estático SavedUserObject | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedUserObject | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedUserObject | parseFrom (entrada com.google.protobuf.CodedInputStream) |
estático SavedUserObject | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedUserObject | parseFrom (dados com.google.protobuf.ByteString) |
estático SavedUserObject | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático SavedUserObject | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SavedUserObject.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int IDENTIFIER_FIELD_NUMBER
Valor Constante: 1
público estático final int METADATA_FIELD_NUMBER
Valor Constante: 3
público estático final int VERSION_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getIdentifier ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
público com.google.protobuf.ByteString getIdentifierBytes ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1;
String pública getMetadata ()
Initialization-related metadata.
string metadata = 3;
público com.google.protobuf.ByteString getMetadataBytes ()
Initialization-related metadata.
string metadata = 3;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
Versão públicaDef 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;
hasVersion booleano público ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2;
hashCode int público ()
público final booleano isInitialized ()
public static SavedUserObject parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedUserObject parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedUserObject parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedUserObject parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SavedUserObject parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedUserObject parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedUserObject parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedUserObject parseFrom (dados com.google.protobuf.ByteString, 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 |
---|