MetaGraphDefOrBuilder

パブリック インターフェイスMetaGraphDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsCollectionDef (文字列キー)
 collection_def: Map from collection name to collections.
抽象ブール値
containsSignatureDef (文字列キー)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
抽象AssetFileDef
getAssetFileDef (int インデックス)
 Asset file def to be used with the defined graph.
抽象整数
getAssetFileDefCount ()
 Asset file def to be used with the defined graph.
抽象リスト< AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
抽象AssetFileDefOrBuilder
getAssetFileDefOrBuilder (int インデックス)
 Asset file def to be used with the defined graph.
抽象リスト<? AssetFileDefOrBuilderを拡張 >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
抽象 Map<String, CollectionDef >
getCollectionDef ()
代わりにgetCollectionDefMap()を使用してください。
抽象整数
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
抽象 Map<String, CollectionDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
抽象コレクション定義
getCollectionDefOrDefault (文字列キー、 CollectionDef のデフォルト値)
 collection_def: Map from collection name to collections.
抽象コレクション定義
getCollectionDefOrThrow (文字列キー)
 collection_def: Map from collection name to collections.
抽象的なグラフ定義
getGraphDef ()
 GraphDef.
抽象的なGraphDefOrBuilder
getGraphDefOrBuilder ()
 GraphDef.
抽象MetaGraphDef.MetaInfoDef
getMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
抽象MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
抽象的なSavedObjectGraph
getObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
抽象SavedObjectGraphOrBuilder
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
抽象的なSaverDef
getSaverDef ()
 SaverDef.
抽象的なSaverDefOrBuilder
getSaverDefOrBuilder ()
 SaverDef.
抽象 Map<String, SignatureDef >
getSignatureDef ()
代わりにgetSignatureDefMap()を使用してください。
抽象整数
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
抽象 Map<String, SignatureDef >
getSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
抽象的な署名定義
getSignatureDefOrDefault (文字列キー、 SignatureDef のデフォルト値)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
抽象的な署名定義
getSignatureDefOrThrow (文字列キー)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
抽象ブール値
hasGraphDef ()
 GraphDef.
抽象ブール値
hasMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
抽象ブール値
hasObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
抽象ブール値
hasSaverDef ()
 SaverDef.

パブリックメソッド

public abstract boolean containsCollectionDef (文字列キー)

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

public abstract boolean containsSignatureDef (文字列キー)

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

パブリック抽象AssetFileDef getAssetFileDef (int インデックス)

 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;

パブリック抽象AssetFileDefOrBuilder getAssetFileDefOrBuilder (int インデックス)

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

公開抄録リスト<? 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 ()

代わりにgetCollectionDefMap()を使用してください。

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 (文字列キー、 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 (文字列キー)

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

パブリック抽象GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

パブリック抽象GraphDefOrBuilder getGraphDefOrBuilder ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

パブリック抽象MetaGraphDef.MetaInfoDef getMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

パブリック抽象MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

パブリック抽象SavedObjectGraph getObjectGraphDef ()

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

パブリック抽象SavedObjectGraphOrBuilder getObjectGraphDefOrBuilder ()

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

パブリック抽象SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

パブリック抽象SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public abstract Map<String, SignatureDef > getSignatureDef ()

代わりにgetSignatureDefMap()を使用してください。

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 (文字列キー、 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 (文字列キー)

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

パブリック抽象ブール値hasGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

パブリック抽象ブール値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;

パブリック抽象ブール値hasSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;