SavedModelOrBuilder

interfaz pública SavedModelOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

public abstract MetaGraphDef getMetaGraphs (índice 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;

Lista pública abstracta < MetaGraphDef > getMetaGraphsList ()

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

public abstract MetaGraphDefOrBuilder getMetaGraphsOrBuilder (índice int)

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

Lista de resumen público <? extiende 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;