MetaGraphDefOrBuilder

public interface MetaGraphDefOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
containsCollectionDef(String key)
 collection_def: Map from collection name to collections.
abstract boolean
containsSignatureDef(String key)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
abstract AssetFileDef
getAssetFileDef(int index)
 Asset file def to be used with the defined graph.
abstract int
getAssetFileDefCount()
 Asset file def to be used with the defined graph.
abstract List<AssetFileDef>
getAssetFileDefList()
 Asset file def to be used with the defined graph.
abstract AssetFileDefOrBuilder
getAssetFileDefOrBuilder(int index)
 Asset file def to be used with the defined graph.
abstract List<? extends AssetFileDefOrBuilder>
getAssetFileDefOrBuilderList()
 Asset file def to be used with the defined graph.
abstract Map<String, CollectionDef>
abstract int
getCollectionDefCount()
 collection_def: Map from collection name to collections.
abstract Map<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.
abstract GraphDef
getGraphDef()
 GraphDef.
abstract GraphDefOrBuilder
getGraphDefOrBuilder()
 GraphDef.
abstract MetaGraphDef.MetaInfoDef
getMetaInfoDef()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
abstract MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
abstract SavedObjectGraph
getObjectGraphDef()
 Extra information about the structure of functions and stateful objects.
abstract SavedObjectGraphOrBuilder
getObjectGraphDefOrBuilder()
 Extra information about the structure of functions and stateful objects.
abstract SaverDef
getSaverDef()
 SaverDef.
abstract SaverDefOrBuilder
getSaverDefOrBuilder()
 SaverDef.
abstract Map<String, SignatureDef>
abstract int
getSignatureDefCount()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
abstract Map<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.
abstract boolean
hasGraphDef()
 GraphDef.
abstract boolean
hasMetaInfoDef()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
abstract boolean
hasObjectGraphDef()
 Extra information about the structure of functions and stateful objects.
abstract boolean
hasSaverDef()
 SaverDef.

Public Methods

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;

public abstract List<AssetFileDef> getAssetFileDefList ()

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

public abstract AssetFileDefOrBuilder getAssetFileDefOrBuilder (int index)

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

public abstract List<? extends 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 ()

Use getCollectionDefMap() instead.

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 ()

Use getSignatureDefMap() instead.

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;