interface pública SavedModelOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato MetaGraphDef | getMetaGraphs (índice interno) One or more MetaGraphs. |
abstrato int | getMetaGraphsCount () One or more MetaGraphs. |
Lista abstrata< MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
resumo MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (índice interno) One or more MetaGraphs. |
lista abstrata<? estende MetaGraphDefOrBuilder > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
abstrato longo | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
Métodos Públicos
público abstrato MetaGraphDef getMetaGraphs (índice int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
resumo público int getMetaGraphsCount ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
Lista abstrata pública< MetaGraphDef > getMetaGraphsList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
público abstrato MetaGraphDefOrBuilder getMetaGraphsOrBuilder (índice int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
lista abstrata pública<? estende MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
público abstrato longo 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;