パブリック インターフェイスSavedModelOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象MetaGraphDef | getMetaGraphs (int インデックス) One or more MetaGraphs. |
抽象整数 | getMetaGraphsCount () One or more MetaGraphs. |
抽象リスト< MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
抽象MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (int インデックス) One or more MetaGraphs. |
抽象リスト<? MetaGraphDefOrBuilder を拡張する > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
抽象的な長い | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
パブリックメソッド
public abstract MetaGraphDef getMetaGraphs (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;
public abstract List< MetaGraphDef > getMetaGraphsList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
パブリック抽象MetaGraphDefOrBuilder getMetaGraphsOrBuilder (int インデックス)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
公開抄録リスト<? extends MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
public abstract 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;