SavedModel

classe final pública SavedModel

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

Classes aninhadas

aula SavedModel.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étodos Públicos

boleano
igual a (objeto obj)
SavedModel estático
SavedModel
final static com.google.protobuf.Descriptors.Descriptor
MetaGraphDef
getMetaGraphs (índice interno )
 One or more MetaGraphs.
int
getMetaGraphsCount ()
 One or more MetaGraphs.
List < MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
MetaGraphDefOrBuilder
getMetaGraphsOrBuilder (índice interno )
 One or more MetaGraphs.
Lista <? estende MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
longo
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static SavedModel.Builder
newBuilder (protótipo SavedModel )
static SavedModel.Builder
SavedModel.Builder
SavedModel estático
parseDelimitedFrom (input InputStream)
SavedModel estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedModel estático
parseFrom (dados ByteBuffer)
SavedModel estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedModel estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedModel estático
parseFrom (com.google.protobuf.CodedInputStream input)
SavedModel estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedModel estático
parseFrom (com.google.protobuf.ByteString data)
SavedModel estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedModel estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedModel.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int META_GRAPHS_FIELD_NUMBER

Valor constante: 2

public static final int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static SavedModel getDefaultInstance ()

public SavedModel getDefaultInstanceForType ()

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

public MetaGraphDef getMetaGraphs (int index)

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

public int getMetaGraphsCount ()

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

public List < MetaGraphDef > getMetaGraphsList ()

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

public MetaGraphDefOrBuilder getMetaGraphsOrBuilder (int index)

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

Lista pública <? estende MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

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

público 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 ()

public int hashCode ()

public final boolean isInitialized ()

public static SavedModel.Builder newBuilder (protótipo SavedModel )

public static SavedModel.Builder newBuilder ()

public SavedModel.Builder newBuilderForType ()

public static SavedModel parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SavedModel parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

public static SavedModel parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedModel parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedModel parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SavedModel parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedModel parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static SavedModel parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedModel.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException