MetaGraphDefOrBuilder

interface pública MetaGraphDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsCollectionDef (String key)
 collection_def: Map from collection name to collections.
booleano abstrato
containsSignatureDef (String key)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
abstrato AssetFileDef
getAssetFileDef (índice interno )
 Asset file def to be used with the defined graph.
int abstrato
getAssetFileDefCount ()
 Asset file def to be used with the defined graph.
Lista abstrata < AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
abstrato AssetFileDefOrBuilder
getAssetFileDefOrBuilder (índice interno )
 Asset file def to be used with the defined graph.
Lista abstrata <? estende AssetFileDefOrBuilder >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
Mapa abstrato <String, CollectionDef >
int abstrato
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
Mapa abstrato <String, CollectionDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
Abstract CollectionDef
getCollectionDefOrDefault (String key, CollectionDef defaultValue)
 collection_def: Map from collection name to collections.
Abstract CollectionDef
getCollectionDefOrThrow (String key)
 collection_def: Map from collection name to collections.
GraphDef abstrato
getGraphDef ()
 GraphDef.
GraphDefOrBuilder abstrato
getGraphDefOrBuilder ()
 GraphDef.
abstrato MetaGraphDef.MetaInfoDef
getMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
abstrato MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
SavedObjectGraph abstrato
getObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
abstrato SavedObjectGraphOrBuilder
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
SaverDef abstrato
getSaverDef ()
 SaverDef.
abstrato SaverDefOrBuilder
getSaverDefOrBuilder ()
 SaverDef.
Mapa abstrato <String, SignatureDef >
int abstrato
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
Mapa abstrato <String, SignatureDef >
getSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
Abstract SignatureDef
getSignatureDefOrDefault (String key, SignatureDef defaultValue)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
Abstract SignatureDef
getSignatureDefOrThrow (String key)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
booleano abstrato
hasGraphDef ()
 GraphDef.
booleano abstrato
hasMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
booleano abstrato
hasObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
booleano abstrato
hasSaverDef ()
 SaverDef.

Métodos Públicos

public abstract boolean containsCollectionDef (String key)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public abstract boolean containsSignatureDef (String key)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public abstract AssetFileDef getAssetFileDef (int index)

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public abstract int getAssetFileDefCount ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

Lista abstrata pública < AssetFileDef > getAssetFileDefList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public abstract AssetFileDefOrBuilder getAssetFileDefOrBuilder (índice interno )

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

Lista de resumos pública <? estende AssetFileDefOrBuilder > getAssetFileDefOrBuilderList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public abstract Map <String, CollectionDef > getCollectionDef ()

public abstract int getCollectionDefCount ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public abstract Map <String, CollectionDef > getCollectionDefMap ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public abstract CollectionDef getCollectionDefOrDefault (String key, CollectionDef defaultValue)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public abstract CollectionDef getCollectionDefOrThrow (String key)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public abstract GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public abstract GraphDefOrBuilder getGraphDefOrBuilder ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public abstract MetaGraphDef.MetaInfoDef getMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public abstract MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public abstract SavedObjectGraph getObjectGraphDef ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

public abstract SavedObjectGraphOrBuilder getObjectGraphDefOrBuilder ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

public abstract SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public abstract SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public abstract Map <String, SignatureDef > getSignatureDef ()

public abstract int getSignatureDefCount ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public abstract Map <String, SignatureDef > getSignatureDefMap ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public abstract SignatureDef getSignatureDefOrDefault (String key, SignatureDef defaultValue)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public abstract SignatureDef getSignatureDefOrThrow (String key)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public abstract boolean hasGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public abstract boolean hasMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public abstract boolean hasObjectGraphDef ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

public abstract boolean hasSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;