SavedModelOrBuilder

interfaz pública SavedModelOrBuilder
Subclases indirectas conocidas

Métodos públicos

MetaGraphDef abstracto
getMetaGraphs (índice int)
 One or more MetaGraphs.
resumen entero
getMetaGraphsCount ()
 One or more MetaGraphs.
Lista abstracta< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
MetaGraphDefOrBuilder abstracto
getMetaGraphsOrBuilder (índice int)
 One or more MetaGraphs.
Lista abstracta<? extiende MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
abstracto largo
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

Métodos públicos

resumen público MetaGraphDef getMetaGraphs (índice int)

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

resumen público int getMetaGraphsCount ()

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

Lista abstracta pública< MetaGraphDef > getMetaGraphsList ()

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

resumen público MetaGraphDefOrBuilder getMetaGraphsOrBuilder (índice int)

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

Lista de resúmenes públicos <? extiende MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

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

getSavedModelSchemaVersion largo abstracto público ()

 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;