ממשק ציבורי SavedModelOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט MetaGraphDef | getMetaGraphs (int index) One or more MetaGraphs. |
מופשט int | getMetaGraphsCount () One or more MetaGraphs. |
רשימה מופשטת< MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
תקציר MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (int index) One or more MetaGraphs. |
רשימה מופשטת<? מרחיב את MetaGraphDefOrBuilder > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
מופשט ארוך | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
שיטות ציבוריות
תקציר ציבורי MetaGraphDef getMetaGraphs (int index)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
תקציר ציבורי int getMetaGraphsCount ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
רשימת תקציר ציבורית< MetaGraphDef > getMetaGraphsList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
תקציר ציבורי MetaGraphDefOrBuilder getMetaGraphsOrBuilder (int index)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
רשימת תקציר ציבורית<? מרחיב את MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
תקציר ציבורי ארוך 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;