SavedModelOrBuilder

interface publique SavedModelOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé MetaGraphDef
getMetaGraphs (index int)
 One or more MetaGraphs.
abstrait entier
getMetaGraphsCount ()
 One or more MetaGraphs.
Liste abstraite< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
résumé MetaGraphDefOrBuilder
getMetaGraphsOrBuilder (index int)
 One or more MetaGraphs.
Liste abstraite <? étend MetaGraphDefOrBuilder >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
abstrait long
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

Méthodes publiques

résumé public MetaGraphDef getMetaGraphs (index int)

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

public abstrait int getMetaGraphsCount ()

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

Liste abstraite publique< MetaGraphDef > getMetaGraphsList ()

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

résumé public MetaGraphDefOrBuilder getMetaGraphsOrBuilder (index int)

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

Liste des résumés publics<? étend MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList ()

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

public abstrait 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;