SavedModel

classe finale pubblica SavedModel

 SavedModel is the high level serialization format for TensorFlow Models.
 See [todo: doc links, similar to session_bundle] for more information.
 
Tipo protobuf tensorflow.SavedModel

Classi nidificate

classe SavedModel.Builder
 SavedModel is the high level serialization format for TensorFlow Models. 

Costanti

int META_GRAPHS_FIELD_NUMBER
int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Modello salvato statico
Modello salvato
com.google.protobuf.Descriptors.Descriptor statico finale
MetaGraphDef
getMetaGraphs (indice int)
 One or more MetaGraphs.
int
getMetaGraphsCount ()
 One or more MetaGraphs.
Elenco< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
MetaGraphDefOrBuilder
getMetaGraphsOrBuilder (indice int)
 One or more MetaGraphs.
Elenco<? estende MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
lungo
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
SavedModel.Builder statico
newBuilder (prototipo SavedModel )
SavedModel.Builder statico
SavedModel.Builder
Modello salvato statico
parseDelimitedFrom (input InputStream)
Modello salvato statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Modello salvato statico
parseFrom (dati ByteBuffer)
Modello salvato statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Modello salvato statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Modello salvato statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Modello salvato statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Modello salvato statico
parseFrom (dati com.google.protobuf.ByteString)
Modello salvato statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Modello salvato statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
SavedModel.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int META_GRAPHS_FIELD_NUMBER

Valore costante: 2

public static final int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico SavedModel getDefaultInstance ()

pubblico SavedModel getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public MetaGraphDef getMetaGraphs (indice int)

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

public int getMetaGraphsCount ()

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

Elenco pubblico< MetaGraphDef > getMetaGraphsList ()

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

public MetaGraphDefOrBuilder getMetaGraphsOrBuilder (indice int)

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

Elenco pubblico<? estende MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

pubblico getParserForType ()

pubblico lungo 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 ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static SavedModel.Builder newBuilder (prototipo SavedModel )

public static SavedModel.Builder newBuilder ()

pubblico SavedModel.Builder newBuilderForType ()

public static SavedModel parseDelimitedFrom (input InputStream)

Lancia
IOException

public static SavedModel parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedModel (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedModel (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedModel (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedModel (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom pubblico statico SavedModel (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedModel (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedModel (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedModel (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico SavedModel.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException