classe finale publique SavedModel
SavedModel is the high level serialization format for TensorFlow Models. See [todo: doc links, similar to session_bundle] for more information.
tensorflow.SavedModel
de type Protobuf.SavedModel Classes imbriquées
classe | Modèle enregistré.Builder | SavedModel is the high level serialization format for TensorFlow Models. |
Constantes
int | META_GRAPHS_FIELD_NUMBER | |
int | SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER |
Méthodes publiques
booléen | est égal à (Obj objet) |
Modèle enregistré statique | |
Modèle enregistré | |
final statique com.google.protobuf.Descriptors.Descriptor | |
MétaGraphDef | getMetaGraphs (index int) One or more MetaGraphs. |
int | getMetaGraphsCount () One or more MetaGraphs. |
Liste< MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (index int) One or more MetaGraphs. |
Liste<? étend MetaGraphDefOrBuilder > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
long | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique SavedModel.Builder | newBuilder (prototype SavedModel ) |
statique SavedModel.Builder | |
Modèle enregistré.Builder | |
Modèle enregistré statique | parseDelimitedFrom (entrée InputStream) |
Modèle enregistré statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modèle enregistré statique | parseFrom (données ByteBuffer) |
Modèle enregistré statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modèle enregistré statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modèle enregistré statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
Modèle enregistré statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modèle enregistré statique | parseFrom (données com.google.protobuf.ByteString) |
Modèle enregistré statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modèle enregistré statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
Modèle enregistré.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int META_GRAPHS_FIELD_NUMBER
Valeur constante : 2
public statique final int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public MetaGraphDef getMetaGraphs (index int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
public int getMetaGraphsCount ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
Liste publique < MetaGraphDef > getMetaGraphsList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
public MetaGraphDefOrBuilder getMetaGraphsOrBuilder (index int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
Liste publique <? étend MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
publique getParserForType ()
public long getSavedModelSchemaVersion ()
The schema version of the SavedModel instance. Used for versioning when making future changes to the specification/implementation. Initial value at release will be 1.
int64 saved_model_schema_version = 1;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static SavedModel parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedModel parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedModel parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedModel parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static SavedModel parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedModel parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static SavedModel parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedModel parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|