SavedModelOrBuilder

interfaccia pubblica SavedModelOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto MetaGraphDef
getMetaGraphs (indice int)
 One or more MetaGraphs.
astratto int
getMetaGraphsCount ()
 One or more MetaGraphs.
Lista astratta< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
metaGraphDefOrBuilder astratto
getMetaGraphsOrBuilder (indice int)
 One or more MetaGraphs.
Elenco astratto<? estende MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
astratto lungo
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

Metodi pubblici

public abstract MetaGraphDef getMetaGraphs (indice int)

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

public abstract int getMetaGraphsCount ()

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

Lista astratta pubblica< MetaGraphDef > getMetaGraphsList ()

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

public abstract MetaGraphDefOrBuilder getMetaGraphsOrBuilder (indice int)

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

Elenco abstract pubblico<? estende MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

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

public abstract 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;