interfaz estática pública MetaGraphDef.MetaInfoDefOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| booleano abstracto | contieneFunctionAliases (clave de cadena) FunctionDef name to aliases mapping. |
| resumen com.google.protobuf.Any | obtener cualquier información () A serialized protobuf. |
| resumen com.google.protobuf.AnyOrBuilder | getAnyInfoOrBuilder () A serialized protobuf. |
| Mapa abstracto<Cadena, Cadena> | getFunctionAliases () Utilice getFunctionAliasesMap() en su lugar. |
| resumen entero | getFunctionAliasesCount () FunctionDef name to aliases mapping. |
| Mapa abstracto<Cadena, Cadena> | getFunctionAliasesMap () FunctionDef name to aliases mapping. |
| cadena abstracta | getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena) FunctionDef name to aliases mapping. |
| cadena abstracta | getFunctionAliasesOrThrow (tecla de cadena) FunctionDef name to aliases mapping. |
| cadena abstracta | getMetaGraphVersion () User specified Version string. |
| resumen com.google.protobuf.ByteString | getMetaGraphVersionBytes () User specified Version string. |
| booleano abstracto | getStrippedDefaultAttrs () A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
| lista de operaciones abstracta | getStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
| resumen OpListOrBuilder | getStrippedOpListOrBuilder () A copy of the OpDefs used by the producer of this graph_def. |
| cadena abstracta | obtener etiquetas (índice int) User supplied tag(s) on the meta_graph and included graph_def. |
| resumen com.google.protobuf.ByteString | getTagsBytes (índice int) User supplied tag(s) on the meta_graph and included graph_def. |
| resumen entero | getTagsCount () User supplied tag(s) on the meta_graph and included graph_def. |
| Lista abstracta<Cadena> | obtener lista de etiquetas () User supplied tag(s) on the meta_graph and included graph_def. |
| cadena abstracta | getTensorflowGitVersion () The __git_version__ string of the tensorflow build used to write this graph. |
| resumen com.google.protobuf.ByteString | getTensorflowGitVersionBytes () The __git_version__ string of the tensorflow build used to write this graph. |
| cadena abstracta | getTensorflowVersion () The __version__ string of the tensorflow build used to write this graph. |
| resumen com.google.protobuf.ByteString | getTensorflowVersionBytes () The __version__ string of the tensorflow build used to write this graph. |
| booleano abstracto | tieneAnyInfo () A serialized protobuf. |
| booleano abstracto | hasStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
Métodos públicos
El booleano abstracto público contiene FunctionAliases (clave de cadena)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; resumen público 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; resumen público 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; Mapa abstracto público<Cadena, Cadena> getFunctionAliases ()
Utilice getFunctionAliasesMap() en su lugar.
resumen público int getFunctionAliasesCount ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; Mapa abstracto público<Cadena, Cadena> getFunctionAliasesMap ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; cadena abstracta pública getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8;cadena abstracta pública getFunctionAliasesOrThrow (clave de cadena)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; Cadena abstracta pública 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; resumen público 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; getStrippedDefaultAttrs booleano abstracto público ()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def.
bool stripped_default_attrs = 7; Lista de operaciones abstracta pública 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; resumen público 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; Cadena abstracta pública getTags (índice 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; resumen público com.google.protobuf.ByteString getTagsBytes (índice 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; resumen público 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; Lista abstracta pública<Cadena> 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; Cadena abstracta pública 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; resumen público 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; Cadena abstracta pública 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; resumen público 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; resumen público booleano 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; hasStrippedOpList booleano abstracto público ()
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;