MetaGraphDefOrBuilder

الواجهة العامة MetaGraphDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
يحتوي علىCollectionDef (مفتاح السلسلة)
 collection_def: Map from collection name to collections.
منطقية مجردة
يحتوي علىSignatureDef (مفتاح السلسلة)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
مجردة AssetFileDef
getAssetFileDef (فهرس كثافة العمليات)
 Asset file def to be used with the defined graph.
كثافة العمليات مجردة
الحصول على AssetFileDefCount ()
 Asset file def to be used with the defined graph.
قائمة مجردة< AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
مجردة AssetFileDefOrBuilder
getAssetFileDefOrBuilder (فهرس كثافة العمليات)
 Asset file def to be used with the defined graph.
قائمة مجردة <؟ يمتد AssetFileDefOrBuilder >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
خريطة مجردة <سلسلة، CollectionDef >
الحصول على كولكشن ديف ()
استخدم getCollectionDefMap() بدلاً من ذلك.
كثافة العمليات مجردة
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
خريطة مجردة <سلسلة، CollectionDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
مجموعة مجردةDef
getCollectionDefOrDefault (مفتاح السلسلة، CollectionDef defaultValue)
 collection_def: Map from collection name to collections.
مجموعة مجردةDef
getCollectionDefOrThrow (مفتاح السلسلة)
 collection_def: Map from collection name to collections.
GraphDef مجردة
مجردة GraphDefOrBuilder
مجردة MetaGraphDef.MetaInfoDef
الحصول على MetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
مجردة MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
مجردة SavedObjectGraph
الحصول علىObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
مجردة SavedObjectGraphOrBuilder
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
مجردة SaverDef
مجردة SaverDefOrBuilder
خريطة مجردة <سلسلة، SignatureDef >
الحصول على التوقيع ()
استخدم getSignatureDefMap() بدلاً من ذلك.
كثافة العمليات مجردة
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
خريطة مجردة <سلسلة، SignatureDef >
الحصول على سيجنيتشر ديف ماب ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
مجردة التوقيع
getSignatureDefOrDefault (مفتاح السلسلة، SignatureDef defaultValue)
 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.
منطقية مجردة
هاسغرافديف ()
 GraphDef.
منطقية مجردة
hasMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
منطقية مجردة
hasObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
منطقية مجردة
hasSaverDef ()
 SaverDef.

الأساليب العامة

يحتوي الملخص المنطقي العام علىCollectionDef (مفتاح السلسلة)

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

يحتوي الملخص المنطقي العام علىSignatureDef (مفتاح السلسلة)

 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;

الملخص العام int getAssetFileDefCount ()

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

قائمة مجردة عامة < AssetFileDef > getAssetFileDefList ()

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

الملخص العام AssetFileDefOrBuilder getAssetFileDefOrBuilder (فهرس كثافة العمليات)

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

قائمة الملخصات العامة<؟ يمتد AssetFileDefOrBuilder > getAssetFileDefOrBuilderList ()

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

Map<String, CollectionDef> getCollectionDef () مجردة عامة

استخدم getCollectionDefMap() بدلاً من ذلك.

الملخص العام int getCollectionDefCount ()

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

Map مجردة عامة <String, CollectionDef > getCollectionDefMap ()

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

الملخص العام CollectionDef getCollectionDefOrDefault (مفتاح السلسلة، CollectionDef defaultValue)

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

الملخص العام 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;

Map<String, SignatureDef> getSignatureDef () مجردة عامة

استخدم getSignatureDefMap() بدلاً من ذلك.

الملخص العام int getSignatureDefCount ()

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

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;

الملخص العام 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;

الملخص العام 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;

الملخص المنطقي العام hasObjectGraphDef ()

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

الملخص المنطقي العام hasSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;