Subclasses indiretas conhecidas |
Métodos Públicos
booleano abstrato | contémArgAttr (chave int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
booleano abstrato | contémAttr (chave de string) Attributes specific to this function definition. |
booleano abstrato | contémControlRet (chave de string) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
booleano abstrato | contémResourceArgUniqueId (chave int) Unique IDs for each resource argument, used to track aliasing resources. |
booleano abstrato | contémRet (chave de string) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
mapa abstrato <inteiro, FunctionDef.ArgAttrs > | getArgAttr () Use getArgAttrMap() em vez disso. |
abstrato int | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
mapa abstrato <inteiro, FunctionDef.ArgAttrs > | getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
FunctionDef.ArgAttrs abstrato | getArgAttrOrDefault (chave int, FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
FunctionDef.ArgAttrs abstrato | getArgAttrOrThrow (chave int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
mapa abstrato<String, AttrValue > | getAttr () Use getAttrMap() em vez disso. |
abstrato int | getAttrCount () Attributes specific to this function definition. |
mapa abstrato<String, AttrValue > | getAttrMap () Attributes specific to this function definition. |
valor de atributo abstrato | getAttrOrDefault (chave de string, AttrValue defaultValue) Attributes specific to this function definition. |
valor de atributo abstrato | getAttrOrThrow (chave de string) Attributes specific to this function definition. |
mapa abstrato<String, String> | getControlRet () Use getControlRetMap() em vez disso. |
abstrato int | getControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
mapa abstrato<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. |
cadeia abstrata | getControlRetOrDefault (chave de string, string defaultValue) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
cadeia abstrata | getControlRetOrThrow (chave de string) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
NodeDef abstrato | getNodeDef (índice interno) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
abstrato int | getNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
Lista abstrata <NodeDef> | getNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
NodeDefOrBuilder abstrato | getNodeDefOrBuilder (índice interno) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
lista abstrata<? estende NodeDefOrBuilder > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
mapa abstrato<Inteiro, Inteiro> | getResourceArgUniqueId () Use getResourceArgUniqueIdMap() em vez disso. |
abstrato int | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
mapa abstrato<Inteiro, Inteiro> | getResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
abstrato int | getResourceArgUniqueIdOrDefault (chave int, int defaultValue) Unique IDs for each resource argument, used to track aliasing resources. |
abstrato int | getResourceArgUniqueIdOrThrow (chave int) Unique IDs for each resource argument, used to track aliasing resources. |
mapa abstrato<String, String> | obterRet () Use getRetMap() em vez disso. |
abstrato int | getRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
mapa abstrato<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. |
cadeia abstrata | getRetOrDefault (chave de string, string defaultValue) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
cadeia abstrata | getRetOrThrow (chave de string) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
OpDef abstrato | obterAssinatura () The definition of the function's name, arguments, return values, attrs etc. |
OpDefOrBuilder abstrato | getSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
booleano abstrato | temAssinatura () The definition of the function's name, arguments, return values, attrs etc. |
Métodos Públicos
público abstrato booleano contémArgAttr (chave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
público abstrato booleano contémAttr (chave String)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
público abstrato booleano contémControlRet (chave String)
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;
público abstrato booleano contémResourceArgUniqueId (chave 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;
público abstrato booleano contémRet (chave String)
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;
público abstrato Map<Integer, FunctionDef.ArgAttrs > getArgAttr ()
Use getArgAttrMap()
em vez disso.
público abstrato int getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
público abstrato Map<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
público abstrato FunctionDef.ArgAttrs getArgAttrOrDefault (chave int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
público abstrato FunctionDef.ArgAttrs getArgAttrOrThrow (chave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
resumo público int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
mapa abstrato público<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
público abstrato AttrValue getAttrOrDefault (chave String, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
público abstrato AttrValue getAttrOrThrow (chave String)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
público abstrato 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;
mapa abstrato público<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;
string abstrata pública getControlRetOrDefault (chave de string, 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;
string abstrata pública getControlRetOrThrow (chave de string)
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;
público abstrato NodeDef getNodeDef (índice 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;
resumo público 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;
lista abstrata pública <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;
público abstrato NodeDefOrBuilder getNodeDefOrBuilder (índice 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;
lista abstrata pública<? estende 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;
público abstrato Map<Integer, Integer> getResourceArgUniqueId ()
Use getResourceArgUniqueIdMap()
em vez disso.
público abstrato 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;
público abstrato 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;
público abstrato int getResourceArgUniqueIdOrDefault (chave 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;
público abstrato int getResourceArgUniqueIdOrThrow (chave 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;
resumo público 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;
mapa abstrato público<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;
string abstrata pública getRetOrDefault (chave de string, 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;
string abstrata pública getRetOrThrow (chave de string)
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;
público abstrato OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
público abstrato OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
público abstrato booleano hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;