SavedModelOrBuilder

interface pública SavedModelOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

MetaGraphDef abstrato
getMetaGraphs (int index)
 One or more MetaGraphs.
abstrato int
getMetaGraphsCount ()
 One or more MetaGraphs.
Lista abstrata < MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
MetaGraphDefOrBuilder abstrato
getMetaGraphsOrBuilder (índice interno )
 One or more MetaGraphs.
Lista abstrata <? estende MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
abstrato longo
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

Métodos Públicos

public abstract MetaGraphDef getMetaGraphs (int index)

 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;

public abstract MetaGraphDefOrBuilder getMetaGraphsOrBuilder (índice interno )

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

Lista de resumos pública <? estende 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;