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 index)
 Asset file def to be used with the defined graph.
מופשט int
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 index)
 Asset file def to be used with the defined graph.
רשימה מופשטת<? מרחיב את AssetFileDefOrBuilder >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
מפה מופשטת<String, CollectionDef >
getCollectionDef ()
השתמש getCollectionDefMap() במקום זאת.
מופשט int
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
מפה מופשטת<String, 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
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.
מפה מופשטת<String, SignatureDef >
getSignatureDef ()
השתמש getSignatureDefMap() במקום זאת.
מופשט int
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
מפה מופשטת<String, SignatureDef >
getSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
תקציר SignatureDef
getSignatureDefOrDefault (מפתח מחרוזת, SignatureDef defaultValue)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
תקציר 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 index)

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

 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;

מפה תקציר ציבורי<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;

מפה תקציר ציבורי<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;

תקציר ציבורי מפה<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;

מפה תקציר ציבורי<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;