giao diện tĩnh công cộng MetaGraphDef.MetaInfoDefOrBuilder
| Các lớp con gián tiếp đã biết |
Phương pháp công khai
| trừu tượng boolean | chứaFunctionAliases (Khóa chuỗi) FunctionDef name to aliases mapping. |
| trừu tượng com.google.protobuf.Any | getAnyInfo () A serialized protobuf. |
| tóm tắt com.google.protobuf.AnyOrBuilder | getAnyInfoOrBuilder () A serialized protobuf. |
| Bản đồ trừu tượng<Chuỗi, Chuỗi> | getFunctionAliases () Thay vào đó hãy sử dụng getFunctionAliasesMap() . |
| int trừu tượng | getFunctionAliasesCount () FunctionDef name to aliases mapping. |
| Bản đồ trừu tượng<Chuỗi, Chuỗi> | getFunctionAliasesMap () FunctionDef name to aliases mapping. |
| chuỗi trừu tượng | getFunctionAliasesOrDefault (Khóa chuỗi, Chuỗi defaultValue) FunctionDef name to aliases mapping. |
| chuỗi trừu tượng | getFunctionAliasesOrThrow (Khóa chuỗi) FunctionDef name to aliases mapping. |
| chuỗi trừu tượng | getMetaGraphVersion () User specified Version string. |
| trừu tượng com.google.protobuf.ByteString | getMetaGraphVersionBytes () User specified Version string. |
| trừu tượng boolean | getStrippedDefaultAttrs () A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
| danh sách tóm tắt | getStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
| trừu tượng OpListOrBuilder | getStrippedOpListOrBuilder () A copy of the OpDefs used by the producer of this graph_def. |
| chuỗi trừu tượng | getTags (chỉ mục int) User supplied tag(s) on the meta_graph and included graph_def. |
| trừu tượng com.google.protobuf.ByteString | getTagsBytes (chỉ mục int) User supplied tag(s) on the meta_graph and included graph_def. |
| int trừu tượng | getTagsCount () User supplied tag(s) on the meta_graph and included graph_def. |
| Danh sách trừu tượng<String> | getTagsList () User supplied tag(s) on the meta_graph and included graph_def. |
| chuỗi trừu tượng | getTensorflowGitVersion () The __git_version__ string of the tensorflow build used to write this graph. |
| trừu tượng com.google.protobuf.ByteString | getTensorflowGitVersionBytes () The __git_version__ string of the tensorflow build used to write this graph. |
| chuỗi trừu tượng | getTensorflowVersion () The __version__ string of the tensorflow build used to write this graph. |
| trừu tượng com.google.protobuf.ByteString | getTensorflowVersionBytes () The __version__ string of the tensorflow build used to write this graph. |
| trừu tượng boolean | hasAnyInfo () A serialized protobuf. |
| trừu tượng boolean | hasStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
Phương pháp công khai
boolean trừu tượng công khai chứaFunctionAliases (Khóa chuỗi)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; tóm tắt công khai 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; tóm tắt công khai 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; Bản đồ trừu tượng công khai<String, String> getFunctionAliases ()
Thay vào đó hãy sử dụng getFunctionAliasesMap() .
tóm tắt công khai int getFunctionAliasesCount ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; Bản đồ trừu tượng công khai<String, String> getFunctionAliasesMap ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; chuỗi tóm tắt công khai getFunctionAliasesOrDefault (Khóa chuỗi, Chuỗi defaultValue)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8;Chuỗi tóm tắt công khai getFunctionAliasesOrThrow (Khóa chuỗi)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; Chuỗi tóm tắt công khai 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; tóm tắt công khai 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; boolean trừu tượng công khai getStrippedDefaultAttrs ()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def.
bool stripped_default_attrs = 7; tóm tắt công khai 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; tóm tắt công khai 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; Chuỗi getTags trừu tượng công khai (chỉ mục 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; tóm tắt công khai com.google.protobuf.ByteString getTagsBytes (int chỉ mục)
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; tóm tắt công khai 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; Danh sách tóm tắt công khai<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; Chuỗi trừu tượng công khai 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; tóm tắt công khai 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; Chuỗi trừu tượng công khai 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; tóm tắt công khai 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; boolean trừu tượng công khai 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; boolean trừu tượng công khai 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;