public interface FunctionDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsArgAttr(int key)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
boolean |
containsAttr(java.lang.String key)
Attributes specific to this function definition.
|
boolean |
containsControlRet(java.lang.String key)
A mapping from control output names from `signature` to node names in
`node_def` which should be control outputs of this function.
|
boolean |
containsRet(java.lang.String key)
A mapping from the output arg names from `signature` to the
outputs from `node_def` that should be returned by the function.
|
java.util.Map<java.lang.Integer,FunctionDef.ArgAttrs> |
getArgAttr()
Deprecated.
|
int |
getArgAttrCount()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
java.util.Map<java.lang.Integer,FunctionDef.ArgAttrs> |
getArgAttrMap()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
FunctionDef.ArgAttrs |
getArgAttrOrDefault(int key,
FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
FunctionDef.ArgAttrs |
getArgAttrOrThrow(int key)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
java.util.Map<java.lang.String,AttrValue> |
getAttr()
Deprecated.
|
int |
getAttrCount()
Attributes specific to this function definition.
|
java.util.Map<java.lang.String,AttrValue> |
getAttrMap()
Attributes specific to this function definition.
|
AttrValue |
getAttrOrDefault(java.lang.String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
getAttrOrThrow(java.lang.String key)
Attributes specific to this function definition.
|
java.util.Map<java.lang.String,java.lang.String> |
getControlRet()
Deprecated.
|
int |
getControlRetCount()
A mapping from control output names from `signature` to node names in
`node_def` which should be control outputs of this function.
|
java.util.Map<java.lang.String,java.lang.String> |
getControlRetMap()
A mapping from control output names from `signature` to node names in
`node_def` which should be control outputs of this function.
|
java.lang.String |
getControlRetOrDefault(java.lang.String key,
java.lang.String defaultValue)
A mapping from control output names from `signature` to node names in
`node_def` which should be control outputs of this function.
|
java.lang.String |
getControlRetOrThrow(java.lang.String key)
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 index)
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
int |
getNodeDefCount()
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
java.util.List<NodeDef> |
getNodeDefList()
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
NodeDefOrBuilder |
getNodeDefOrBuilder(int index)
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
java.util.List<? extends NodeDefOrBuilder> |
getNodeDefOrBuilderList()
By convention, "op" in node_def is resolved by consulting with a
user-defined library first.
|
java.util.Map<java.lang.String,java.lang.String> |
getRet()
Deprecated.
|
int |
getRetCount()
A mapping from the output arg names from `signature` to the
outputs from `node_def` that should be returned by the function.
|
java.util.Map<java.lang.String,java.lang.String> |
getRetMap()
A mapping from the output arg names from `signature` to the
outputs from `node_def` that should be returned by the function.
|
java.lang.String |
getRetOrDefault(java.lang.String key,
java.lang.String defaultValue)
A mapping from the output arg names from `signature` to the
outputs from `node_def` that should be returned by the function.
|
java.lang.String |
getRetOrThrow(java.lang.String key)
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.
|
boolean |
hasSignature()
The definition of the function's name, arguments, return values,
attrs etc.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignature()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;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;int getAttrCount()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;boolean containsAttr(java.lang.String key)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;@Deprecated java.util.Map<java.lang.String,AttrValue> getAttr()
getAttrMap() instead.java.util.Map<java.lang.String,AttrValue> getAttrMap()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;AttrValue getAttrOrDefault(java.lang.String key, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;AttrValue getAttrOrThrow(java.lang.String key)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;int getArgAttrCount()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;boolean containsArgAttr(int key)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;@Deprecated java.util.Map<java.lang.Integer,FunctionDef.ArgAttrs> getArgAttr()
getArgAttrMap() instead.java.util.Map<java.lang.Integer,FunctionDef.ArgAttrs> getArgAttrMap()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;FunctionDef.ArgAttrs getArgAttrOrDefault(int key, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;FunctionDef.ArgAttrs getArgAttrOrThrow(int key)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;java.util.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;NodeDef getNodeDef(int index)
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;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;java.util.List<? 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;NodeDefOrBuilder getNodeDefOrBuilder(int index)
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;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;boolean containsRet(java.lang.String key)
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;@Deprecated java.util.Map<java.lang.String,java.lang.String> getRet()
getRetMap() instead.java.util.Map<java.lang.String,java.lang.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;java.lang.String getRetOrDefault(java.lang.String key,
java.lang.String 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;java.lang.String getRetOrThrow(java.lang.String key)
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;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;boolean containsControlRet(java.lang.String key)
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;@Deprecated java.util.Map<java.lang.String,java.lang.String> getControlRet()
getControlRetMap() instead.java.util.Map<java.lang.String,java.lang.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;java.lang.String getControlRetOrDefault(java.lang.String key,
java.lang.String 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;java.lang.String getControlRetOrThrow(java.lang.String key)
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;