MetaGraphDef.MetaInfoDef

パブリック静的最終クラスMetaGraphDef.MetaInfoDef

 Meta information regarding the graph to be exported.  To be used by users
 of this protocol buffer to encode information regarding their meta graph.
 
Protobuf 型tensorflow.MetaGraphDef.MetaInfoDef

ネストされたクラス

クラスMetaGraphDef.MetaInfoDef.Builder
 Meta information regarding the graph to be exported. 

定数

整数任意の情報フィールド番号
整数FUNCTION_ALIASES_FIELD_NUMBER
整数META_GRAPH_VERSION_FIELD_NUMBER
整数STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER
整数STRIPPED_OP_LIST_FIELD_NUMBER
整数TAGS_FIELD_NUMBER
整数TENSORFLOW_GIT_VERSION_FIELD_NUMBER
整数TENSORFLOW_VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
containsFunctionAliases (文字列キー)
 FunctionDef name to aliases mapping.
ブール値
等しい(オブジェクトオブジェクト)
com.google.protobuf.Any
任意の情報を取得()
 A serialized protobuf.
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
静的MetaGraphDef.MetaInfoDef
MetaGraphDef.MetaInfoDef
最終的な静的 com.google.protobuf.Descriptors.Descriptor
マップ<文字列, 文字列>
getFunctionAliases ()
代わりにgetFunctionAliasesMap()を使用してください。
整数
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
マップ<文字列, 文字列>
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.
オプリスト
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.
com.google.protobuf.ProtocolStringList
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.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
AnyInfo ()
 A serialized protobuf.
ブール値
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
整数
最終ブール値
静的MetaGraphDef.MetaInfoDef.Builder
newBuilder ( MetaGraphDef.MetaInfoDefプロトタイプ)
静的MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef.Builder
静的MetaGraphDef.MetaInfoDef
parseDelimitedFrom (InputStream 入力)
静的MetaGraphDef.MetaInfoDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef.MetaInfoDef
parseFrom (ByteBuffer データ)
静的MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef.MetaInfoDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MetaGraphDef.MetaInfoDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.ByteString データ)
静的MetaGraphDef.MetaInfoDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef.MetaInfoDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MetaGraphDef.MetaInfoDef.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数ANY_INFO_FIELD_NUMBER

定数値: 3

パブリック静的最終整数FUNCTION_ALIASES_FIELD_NUMBER

定数値: 8

public static Final int META_GRAPH_VERSION_FIELD_NUMBER

定数値: 1

パブリック静的最終整数STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

定数値: 7

パブリック静的最終整数STRIPPED_OP_LIST_FIELD_NUMBER

定数値: 2

パブリック静的最終整数TAGS_FIELD_NUMBER

定数値: 4

パブリック静的最終整数TENSORFLOW_GIT_VERSION_FIELD_NUMBER

定数値: 6

パブリック静的最終整数TENSORFLOW_VERSION_FIELD_NUMBER

定数値: 5

パブリックメソッド

public boolean containsFunctionAliases (文字列キー)

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

public booleanに等しい(オブジェクト obj)

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

public 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 static MetaGraphDef.MetaInfoDef getDefaultInstance ()

public MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map<String, String> getFunctionAliases ()

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

public int getFunctionAliasesCount ()

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

public Map<String, String> getFunctionAliasesMap ()

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

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

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

public String getFunctionAliasesOrThrow (文字列キー)

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

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

公共getParserForType ()

public int getSerializedSize ()

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

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

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

public 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 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 com.google.protobuf.ProtocolStringList 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 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;

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

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static MetaGraphDef.MetaInfoDef.Builder newBuilder ( MetaGraphDef.MetaInfoDefプロトタイプ)

public static MetaGraphDef.MetaInfoDef.Builder newBuilder ()

public MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

public static MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef.MetaInfoDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef.MetaInfoDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static MetaGraphDef.MetaInfoDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef.MetaInfoDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef.MetaInfoDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public MetaGraphDef.MetaInfoDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外