SavedModelOrBuilder

interfejs publiczny SavedModelOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie MetaGraphDef
getMetaGraphs (indeks int)
 One or more MetaGraphs.
streszczenie wew
getMetaGraphsCount ()
 One or more MetaGraphs.
Lista abstrakcyjna< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
streszczenie MetaGraphDefOrBuilder
getMetaGraphsOrBuilder (indeks int)
 One or more MetaGraphs.
lista abstrakcyjna<? rozszerza MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
abstrakcyjne, długie
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

Metody publiczne

publiczne streszczenie MetaGraphDef getMetaGraphs (indeks int)

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

publiczne streszczenie int getMetaGraphsCount ()

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

publiczna lista abstrakcyjna< MetaGraphDef > getMetaGraphsList ()

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

publiczne streszczenie MetaGraphDefOrBuilder getMetaGraphsOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

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

publiczne streszczenie długie 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;