SavedModelOrBuilder

общедоступный интерфейс SavedModelOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный MetaGraphDef
getMetaGraphs (индекс целого числа)
 One or more MetaGraphs.
абстрактный int
getMetaGraphsCount ()
 One or more MetaGraphs.
абстрактный список < MetaGraphDef >
получитьМетаграфслист ()
 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.

Публичные методы

общедоступный абстрактный MetaGraphDef getMetaGraphs (индекс int)

 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)

 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;