MetaGraphDef.MetaInfoDefOrBuilder

パブリック静的インターフェイスMetaGraphDef.MetaInfoDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsFunctionAliases (文字列キー)
 FunctionDef name to aliases mapping.
抽象的な com.google.protobuf.Any
任意の情報を取得()
 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.
抽象リスト<String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
抽象文字列
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
抽象的な com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 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
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
抽象ブール値
AnyInfo ()
 A serialized protobuf.
抽象ブール値
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

パブリックメソッド

public abstract boolean containsFunctionAliases (文字列キー)

 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;

public abstract Map<String, String> getFunctionAliases ()

代わりにgetFunctionAliasesMap()を使用してください。

public abstract 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;

public abstract String getFunctionAliasesOrDefault (文字列キー、文字列defaultValue)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

public abstract String getFunctionAliasesOrThrow (文字列キー)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

パブリック抽象 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;

public abstract 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 abstract boolean 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;

public abstract String 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;

public abstract 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;

public abstract List<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;

public abstract String 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;

public abstract String 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;

public abstract 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;

public abstract boolean 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;