อินเทอร์เฟซแบบคงที่สาธารณะ MetaGraphDef.MetaInfoDefOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| บูลีนนามธรรม | containsFunctionAliases (คีย์สตริง) FunctionDef name to aliases mapping. |
| นามธรรม com.google.protobuf.ใด ๆ | getAnyInfo () A serialized protobuf. |
| นามธรรม com.google.protobuf.AnyOrBuilder | getAnyInfoOrBuilder () A serialized protobuf. |
| แผนที่นามธรรม <String, String> | getFunctionAliases () ใช้ getFunctionAliasesMap() แทน |
| นานาชาติที่เป็นนามธรรม | getFunctionAliasesCount () FunctionDef name to aliases mapping. |
| แผนที่นามธรรม <String, String> | getFunctionAliasesMap () FunctionDef name to aliases mapping. |
| สตริงที่เป็นนามธรรม | getFunctionAliasesOrDefault (คีย์สตริง, สตริง defaultValue) FunctionDef name to aliases mapping. |
| สตริงที่เป็นนามธรรม | getFunctionAliasesOrThrow (คีย์สตริง) FunctionDef name to aliases mapping. |
| สตริงที่เป็นนามธรรม | getMetaGraphVersion () User specified Version string. |
| นามธรรม com.google.protobuf.ByteString | getMetaGraphVersionBytes () User specified Version string. |
| บูลีนนามธรรม | getStrippedDefaultAttrs () A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
| OpList ที่เป็นนามธรรม | getStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
| OpListOrBuilder แบบนามธรรม | getStrippedOpListOrBuilder () A copy of the OpDefs used by the producer of this graph_def. |
| สตริงที่เป็นนามธรรม | getTags (ดัชนี int) User supplied tag(s) on the meta_graph and included graph_def. |
| นามธรรม com.google.protobuf.ByteString | getTagsBytes (ดัชนี int) User supplied tag(s) on the meta_graph and included graph_def. |
| นานาชาติที่เป็นนามธรรม | getTagsCount () User supplied tag(s) on the meta_graph and included graph_def. |
| รายการนามธรรม<สตริง> | รับแท็กรายการ () User supplied tag(s) on the meta_graph and included graph_def. |
| สตริงที่เป็นนามธรรม | รับ TensorflowGitVersion () The __git_version__ string of the tensorflow build used to write this graph. |
| นามธรรม com.google.protobuf.ByteString | รับ TensorflowGitVersionBytes () The __git_version__ string of the tensorflow build used to write this graph. |
| สตริงที่เป็นนามธรรม | getTensorflowVersion () The __version__ string of the tensorflow build used to write this graph. |
| นามธรรม com.google.protobuf.ByteString | รับ TensorflowVersionBytes () The __version__ string of the tensorflow build used to write this graph. |
| บูลีนนามธรรม | มีข้อมูลใดๆ () A serialized protobuf. |
| บูลีนนามธรรม | hasStrippedOpList () A copy of the OpDefs used by the producer of this graph_def. |
วิธีการสาธารณะ
บูลีนนามธรรมสาธารณะ มี FunctionAliases (คีย์สตริง)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; นามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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; บทคัดย่อสาธารณะ int getFunctionAliasesCount ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; แผนที่นามธรรมสาธารณะ <String, String> getFunctionAliasesMap ()
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; สตริงนามธรรมสาธารณะ getFunctionAliasesOrDefault (คีย์สตริง, สตริง defaultValue)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8;สตริงนามธรรมสาธารณะ getFunctionAliasesOrThrow (คีย์สตริง)
FunctionDef name to aliases mapping.
map<string, string> function_aliases = 8; สตริงนามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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 ()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def.
bool stripped_default_attrs = 7; 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; 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; สตริงนามธรรมสาธารณะ getTags (ดัชนี 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; นามธรรมสาธารณะ com.google.protobuf.ByteString getTagsBytes (ดัชนี 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; นามธรรมสาธารณะ 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; รายการนามธรรมสาธารณะ 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; สตริงนามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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; สตริงนามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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; บูลีนนามธรรมสาธารณะ 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 ()
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;