publiczny interfejs statyczny MetaGraphDef.MetaInfoDefOrBuilder
| Znane podklasy pośrednie |
Metody publiczne
| abstrakcyjna wartość logiczna | zawieraFunctionAliases (klucz ciągu) FunctionDef name to aliases mapping. |
| streszczenie com.google.protobuf.Any | uzyskaj dowolne informacje () A serialized protobuf. |
| streszczenie com.google.protobuf.AnyOrBuilder | getAnyInfoOrBuilder () A serialized protobuf. |
| abstrakcyjna Mapa<String, String> | getFunctionAliases () Zamiast tego użyj getFunctionAliasesMap() . |
| streszczenie wew | getFunctionAliasesCount () FunctionDef name to aliases mapping. |
| abstrakcyjna Mapa<String, String> | getFunctionAliasesMap () FunctionDef name to aliases mapping. |
| abstrakcyjny ciąg | getFunctionAliasesOrDefault (klucz ciągu, ciąg znaków defaultValue) FunctionDef name to aliases mapping. |
| abstrakcyjny ciąg | getFunctionAliasesOrThrow (klawisz ciągu) FunctionDef name to aliases mapping. |
| abstrakcyjny ciąg | getMetaGraphVersion () User specified Version string. |
| streszczenie com.google.protobuf.ByteString | getMetaGraphVersionBytes () User specified Version string. |
| abstrakcyjna wartość logiczna | getStrippedDefaultAttrs () A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
| abstrakcyjna lista op | getStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
| abstrakcyjny OpListOrBuilder | getStrippedOpListOrBuilder () A copy of the OpDefs used by the producer of this graph_def. |
| abstrakcyjny ciąg | getTags (indeks int) User supplied tag(s) on the meta_graph and included graph_def. |
| streszczenie com.google.protobuf.ByteString | getTagsBytes (indeks int) User supplied tag(s) on the meta_graph and included graph_def. |
| streszczenie wew | getTagsCount () User supplied tag(s) on the meta_graph and included graph_def. |
| lista abstrakcyjna<String> | getTagsList () User supplied tag(s) on the meta_graph and included graph_def. |
| abstrakcyjny ciąg | getTensorflowGitVersion () The __git_version__ string of the tensorflow build used to write this graph. |
| streszczenie com.google.protobuf.ByteString | getTensorflowGitVersionBytes () The __git_version__ string of the tensorflow build used to write this graph. |
| abstrakcyjny ciąg | getTensorflowVersion () The __version__ string of the tensorflow build used to write this graph. |
| streszczenie com.google.protobuf.ByteString | getTensorflowVersionBytes () The __version__ string of the tensorflow build used to write this graph. |
| abstrakcyjna wartość logiczna | maAnyInfo () A serialized protobuf. |
| abstrakcyjna wartość logiczna | maStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
Metody publiczne
publiczna wartość logiczna abstrakcyjna zawieraFunctionAliases (klucz String)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; publiczne streszczenie 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; publiczne streszczenie 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; publiczna abstrakcja Mapa<String, String> getFunctionAliases ()
Zamiast tego użyj getFunctionAliasesMap() .
publiczne streszczenie int getFunctionAliasesCount ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; publiczna streszczenie Mapa<String, String> getFunctionAliasesMap ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; public streszczenie String getFunctionAliasesOrDefault (klucz ciągu, wartość domyślna łańcucha)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8;public streszczenie String getFunctionAliasesOrThrow (klucz typu String)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; publiczna abstrakcja String 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; publiczne streszczenie 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; publiczna wartość logiczna abstrakcyjna getStrippedDefaultAttrs ()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def.
bool stripped_default_attrs = 7; publiczna abstrakcja 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; publiczne streszczenie 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; public streszczenie String getTags (indeks 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; publiczna abstrakcja com.google.protobuf.ByteString getTagsBytes (indeks 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; publiczne streszczenie 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; publiczna lista abstrakcyjna<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; publiczny ciąg abstrakcyjny 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; publiczne streszczenie 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; publiczny ciąg abstrakcyjny 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; publiczne streszczenie 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; publiczna wartość logiczna abstrakcyjna 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; publiczna wartość logiczna abstrakcyjna 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;