interface statique publique MetaGraphDef.MetaInfoDefOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| booléen abstrait | contientFunctionAliases (clé de chaîne) FunctionDef name to aliases mapping. |
| résumé com.google.protobuf.Any | getAnyInfo () A serialized protobuf. |
| résumé com.google.protobuf.AnyOrBuilder | getAnyInfoOrBuilder () A serialized protobuf. |
| Carte abstraite<String, String> | getFunctionAliases () Utilisez plutôt getFunctionAliasesMap() . |
| entier abstrait | getFunctionAliasesCount () FunctionDef name to aliases mapping. |
| Carte abstraite<String, String> | getFunctionAliasesMap () FunctionDef name to aliases mapping. |
| Chaîne abstraite | getFunctionAliasesOrDefault (clé de chaîne, valeur par défaut de chaîne) FunctionDef name to aliases mapping. |
| Chaîne abstraite | getFunctionAliasesOrThrow (clé de chaîne) FunctionDef name to aliases mapping. |
| Chaîne abstraite | getMetaGraphVersion () User specified Version string. |
| résumé com.google.protobuf.ByteString | getMetaGraphVersionBytes () User specified Version string. |
| booléen abstrait | getStrippedDefaultAttrs () A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
| liste d'opérations abstraite | getStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
| résuméOpListOrBuilder | getStrippedOpListOrBuilder () A copy of the OpDefs used by the producer of this graph_def. |
| Chaîne abstraite | getTags (index entier) User supplied tag(s) on the meta_graph and included graph_def. |
| résumé com.google.protobuf.ByteString | getTagsBytes (index int) User supplied tag(s) on the meta_graph and included graph_def. |
| entier abstrait | getTagsCount () User supplied tag(s) on the meta_graph and included graph_def. |
| Liste abstraite<String> | getTagsListe () User supplied tag(s) on the meta_graph and included graph_def. |
| Chaîne abstraite | getTensorflowGitVersion () The __git_version__ string of the tensorflow build used to write this graph. |
| résumé com.google.protobuf.ByteString | getTensorflowGitVersionBytes () The __git_version__ string of the tensorflow build used to write this graph. |
| Chaîne abstraite | getTensorflowVersion () The __version__ string of the tensorflow build used to write this graph. |
| résumé com.google.protobuf.ByteString | getTensorflowVersionBytes () The __version__ string of the tensorflow build used to write this graph. |
| booléen abstrait | hasAnyInfo () A serialized protobuf. |
| booléen abstrait | hasStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
Méthodes publiques
public abstrait booléen contientFunctionAliases (clé de chaîne)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; résumé public com.google.protobuf.Any getAnyInfo ()
A serialized protobuf. Can be the time this meta graph is created, or modified, or name of the model.
.google.protobuf.Any any_info = 3; résumé public com.google.protobuf.AnyOrBuilder getAnyInfoOrBuilder ()
A serialized protobuf. Can be the time this meta graph is created, or modified, or name of the model.
.google.protobuf.Any any_info = 3; public abstrait int getFunctionAliasesCount ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; public abstract Map<String, String> getFunctionAliasesMap ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; chaîne abstraite publique getFunctionAliasesOrDefault (clé de chaîne, valeur par défaut de chaîne)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8;chaîne abstraite publique getFunctionAliasesOrThrow (clé de chaîne)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; chaîne abstraite publique getMetaGraphVersion ()
User specified Version string. Can be the name of the model and revision, steps this model has been trained to, etc.
string meta_graph_version = 1; résumé public com.google.protobuf.ByteString getMetaGraphVersionBytes ()
User specified Version string. Can be the name of the model and revision, steps this model has been trained to, etc.
string meta_graph_version = 1; public abstrait booléen getStrippedDefaultAttrs ()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def.
bool stripped_default_attrs = 7; public abstrait OpList getStrippedOpList ()
A copy of the OpDefs used by the producer of this graph_def. Descriptions and Ops not used in graph_def are stripped out.
.tensorflow.OpList stripped_op_list = 2; résumé public OpListOrBuilder getStrippedOpListOrBuilder ()
A copy of the OpDefs used by the producer of this graph_def. Descriptions and Ops not used in graph_def are stripped out.
.tensorflow.OpList stripped_op_list = 2; chaîne abstraite publique getTags (index int)
User supplied tag(s) on the meta_graph and included graph_def. MetaGraphDefs should be tagged with their capabilities or use-cases. Examples: "train", "serve", "gpu", "tpu", etc. These tags enable loaders to access the MetaGraph(s) appropriate for a specific use-case or runtime environment.
repeated string tags = 4; résumé public com.google.protobuf.ByteString getTagsBytes (index int)
User supplied tag(s) on the meta_graph and included graph_def. MetaGraphDefs should be tagged with their capabilities or use-cases. Examples: "train", "serve", "gpu", "tpu", etc. These tags enable loaders to access the MetaGraph(s) appropriate for a specific use-case or runtime environment.
repeated string tags = 4; public abstrait int getTagsCount ()
User supplied tag(s) on the meta_graph and included graph_def. MetaGraphDefs should be tagged with their capabilities or use-cases. Examples: "train", "serve", "gpu", "tpu", etc. These tags enable loaders to access the MetaGraph(s) appropriate for a specific use-case or runtime environment.
repeated string tags = 4; liste abstraite publique<String> getTagsList ()
User supplied tag(s) on the meta_graph and included graph_def. MetaGraphDefs should be tagged with their capabilities or use-cases. Examples: "train", "serve", "gpu", "tpu", etc. These tags enable loaders to access the MetaGraph(s) appropriate for a specific use-case or runtime environment.
repeated string tags = 4; chaîne abstraite publique getTensorflowGitVersion ()
The __git_version__ string of the tensorflow build used to write this graph. This will be populated by the framework, which will overwrite any user supplied value.
string tensorflow_git_version = 6; résumé public com.google.protobuf.ByteString getTensorflowGitVersionBytes ()
The __git_version__ string of the tensorflow build used to write this graph. This will be populated by the framework, which will overwrite any user supplied value.
string tensorflow_git_version = 6; chaîne abstraite publique getTensorflowVersion ()
The __version__ string of the tensorflow build used to write this graph. This will be populated by the framework, which will overwrite any user supplied value.
string tensorflow_version = 5; résumé public com.google.protobuf.ByteString getTensorflowVersionBytes ()
The __version__ string of the tensorflow build used to write this graph. This will be populated by the framework, which will overwrite any user supplied value.
string tensorflow_version = 5; public abstrait booléen hasAnyInfo ()
A serialized protobuf. Can be the time this meta graph is created, or modified, or name of the model.
.google.protobuf.Any any_info = 3; public abstrait booléen hasStrippedOpList ()
A copy of the OpDefs used by the producer of this graph_def. Descriptions and Ops not used in graph_def are stripped out.
.tensorflow.OpList stripped_op_list = 2;