パブリック インターフェイスFunctionDefOrBuilder 
| 既知の間接サブクラス | 
パブリックメソッド
| 抽象ブール値 | containsArgAttr (int キー) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| 抽象ブール値 | containsAttr (文字列キー)  Attributes specific to this function definition. | 
| 抽象ブール値 | containsControlRet (文字列キー)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| 抽象ブール値 | containsResourceArgUniqueId (int キー)  Unique IDs for each resource argument, used to track aliasing resources. | 
| 抽象ブール値 | containsRet (文字列キー)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| 抽象 Map<Integer, FunctionDef.ArgAttrs > |  getArgAttr () 代わりに getArgAttrMap()を使用してください。 | 
| 抽象整数 | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| 抽象 Map<Integer, FunctionDef.ArgAttrs > |  getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| 抽象FunctionDef.ArgAttrs |  getArgAttrOrDefault (int キー、 FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| 抽象FunctionDef.ArgAttrs |  getArgAttrOrThrow (int キー) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| 抽象 Map<String, AttrValue > |  getAttr () 代わりに getAttrMap()を使用してください。 | 
| 抽象整数 | getAttrCount ()  Attributes specific to this function definition. | 
| 抽象 Map<String, AttrValue > |  getAttrMap ()  Attributes specific to this function definition. | 
| 抽象的な属性値 | |
| 抽象的な属性値 | getAttrOrThrow (文字列キー)  Attributes specific to this function definition. | 
| 抽象マップ<String, String> |  getControlRet () 代わりに getControlRetMap()を使用してください。 | 
| 抽象整数 | getControlRetCount ()  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| 抽象マップ<String, String> |  getControlRetMap ()  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| 抽象文字列 | getControlRetOrDefault (文字列キー、文字列defaultValue)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| 抽象文字列 | getControlRetOrThrow (文字列キー)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| 抽象NodeDef |  getNodeDef (int インデックス)  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| 抽象整数 | getNodeDefCount ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| 抽象リスト< NodeDef > |  getNodeDefList ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| 抽象NodeDefOrBuilder |  getNodeDefOrBuilder (int インデックス)  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| 抽象リスト<? NodeDefOrBuilder を拡張 > |  getNodeDefOrBuilderList ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| 抽象マップ<整数, 整数> |  getResourceArgUniqueId () 代わりに getResourceArgUniqueIdMap()を使用してください。 | 
| 抽象整数 | getResourceArgUniqueIdCount ()  Unique IDs for each resource argument, used to track aliasing resources. | 
| 抽象マップ<整数, 整数> |  getResourceArgUniqueIdMap ()  Unique IDs for each resource argument, used to track aliasing resources. | 
| 抽象整数 | getResourceArgUniqueIdOrDefault (int キー、int デフォルト値)  Unique IDs for each resource argument, used to track aliasing resources. | 
| 抽象整数 | getResourceArgUniqueIdOrThrow (int キー)  Unique IDs for each resource argument, used to track aliasing resources. | 
| 抽象マップ<String, String> |  getRet () 代わりに getRetMap()を使用してください。 | 
| 抽象整数 | getRetCount ()  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| 抽象マップ<String, String> |  getRetMap ()  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| 抽象文字列 | getRetOrDefault (文字列キー、文字列defaultValue)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| 抽象文字列 | getRetOrThrow (文字列キー)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| 抽象的なOpDef |  getSignature ()  The definition of the function's name, arguments, return values, attrs etc. | 
| 抽象OpDefOrBuilder |  getSignatureOrBuilder ()  The definition of the function's name, arguments, return values, attrs etc. | 
| 抽象ブール値 | 署名あり()  The definition of the function's name, arguments, return values, attrs etc. | 
パブリックメソッド
public abstract boolean containsArgAttr (int キー)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public abstract boolean containsAttr (文字列キー)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; public abstract boolean containsControlRet (文字列キー)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6; public abstract boolean containsResourceArgUniqueId (int キー)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8; public abstract boolean containsRet (文字列キー)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4; public abstract int getArgAttrCount ()
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public abstract Map<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public abstract FunctionDef.ArgAttrs getArgAttrOrDefault (int キー、 FunctionDef.ArgAttrs defaultValue)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
パブリック抽象FunctionDef.ArgAttrs getArgAttrOrThrow (int キー)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public abstract int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; public abstract Map<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; public abstract AttrValue getAttrOrDefault (文字列キー、 AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; public abstract AttrValue getAttrOrThrow (文字列キー)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; public abstract int getControlRetCount ()
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6; public abstract Map<String, String> getControlRetMap ()
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6; public abstract String getControlRetOrDefault (文字列キー、文字列defaultValue)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6; public abstract String getControlRetOrThrow (文字列キー)
A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.
map<string, string> control_ret = 6; パブリック抽象NodeDef getNodeDef (int インデックス)
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3; public abstract int getNodeDefCount ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3; public abstract List< NodeDef > getNodeDefList ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3; パブリック抽象NodeDefOrBuilder getNodeDefOrBuilder (int インデックス)
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3; 公開抄録リスト<? extends NodeDefOrBuilder > getNodeDefOrBuilderList ()
By convention, "op" in node_def is resolved by consulting with a user-defined library first. If not resolved, "func" is assumed to be a builtin op.
repeated .tensorflow.NodeDef node_def = 3; public abstract Map<Integer, Integer> getResourceArgUniqueId ()
代わりにgetResourceArgUniqueIdMap()を使用してください。 
public abstract int getResourceArgUniqueIdCount ()
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8; public abstract Map<Integer, Integer> getResourceArgUniqueIdMap ()
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8; public abstract int getResourceArgUniqueIdOrDefault (int キー、int defaultValue)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8; public abstract int getResourceArgUniqueIdOrThrow (int キー)
Unique IDs for each resource argument, used to track aliasing resources. If Argument A and Argument B alias each other, then resource_arg_unique_ids[A.index] == resource_arg_unique_ids[B.index]. If this field is empty, none of the arguments could alias; otherwise, every resource argument should have an entry in this field. When instantiated, the unique IDs will be attached to the _Arg nodes' "_resource_arg_unique_id" attribute.
map<uint32, uint32> resource_arg_unique_id = 8; public abstract int getRetCount ()
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4; public abstract Map<String, String> getRetMap ()
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4; public abstract String getRetOrDefault (文字列キー、文字列defaultValue)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4; public abstract String getRetOrThrow (文字列キー)
A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.
map<string, string> ret = 4; パブリック抽象OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1; パブリック抽象OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1; public abstract boolean hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;