| Subclases indirectas conocidas | 
Métodos públicos
| booleano abstracto |  contieneArgAttr (clave int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| booleano abstracto |  contieneAttr (clave de cadena)  Attributes specific to this function definition. | 
| booleano abstracto |  contieneControlRet (clave de cadena)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| booleano abstracto |  contieneResourceArgUniqueId (clave int)  Unique IDs for each resource argument, used to track aliasing resources. | 
| booleano abstracto |  contieneRet (clave de cadena)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| Mapa abstracto<Integer, FunctionDef.ArgAttrs > |  getArgAttr ()  Utilice  getArgAttrMap()en su lugar. | 
| resumen entero |  getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| Mapa abstracto<Integer, FunctionDef.ArgAttrs > |  getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| Resumen FunctionDef.ArgAttrs |  getArgAttrOrDefault (tecla int, FunctionDef.ArgAttrs valor predeterminado) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| Resumen FunctionDef.ArgAttrs |  getArgAttrOrThrow (tecla int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; | 
| Mapa abstracto<Cadena, ValorAtributo > |  obtenerAttr ()  Utilice  getAttrMap()en su lugar. | 
| resumen entero |  getAttrCount ()  Attributes specific to this function definition. | 
| Mapa abstracto<Cadena, ValorAtributo > |  getAttrMap ()  Attributes specific to this function definition. | 
| valor de atributo abstracto |  getAttrOrDefault (clave de cadena, AttrValue valor predeterminado)  Attributes specific to this function definition. | 
| valor de atributo abstracto |  getAttrOrThrow (clave de cadena)  Attributes specific to this function definition. | 
| Mapa abstracto<Cadena, Cadena> |  obtenerControlRet ()  Utilice  getControlRetMap()en su lugar. | 
| resumen entero |  getControlRetCount ()  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| Mapa abstracto<Cadena, Cadena> |  getControlRetMap ()  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| cadena abstracta |  getControlRetOrDefault (clave de cadena, valor predeterminado de cadena)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| cadena abstracta |  getControlRetOrThrow (tecla de cadena)  A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. | 
| resumen NodeDef |  getNodeDef (índice int)  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| resumen entero |  getNodeDefCount ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| Lista abstracta <NodeDef> |  getNodeDefList ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| NodeDefOrBuilder abstracto |  getNodeDefOrBuilder (índice int)  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| Lista abstracta<? extiende NodeDefOrBuilder > |  getNodeDefOrBuilderList ()  By convention, "op" in node_def is resolved by consulting with a user-defined library first. | 
| Mapa abstracto<Entero, Entero> |  getResourceArgUniqueId ()  Utilice  getResourceArgUniqueIdMap()en su lugar. | 
| resumen entero |  getResourceArgUniqueIdCount ()  Unique IDs for each resource argument, used to track aliasing resources. | 
| Mapa abstracto<Entero, Entero> |  getResourceArgUniqueIdMap ()  Unique IDs for each resource argument, used to track aliasing resources. | 
| resumen entero |  getResourceArgUniqueIdOrDefault (int clave, int defaultValue)  Unique IDs for each resource argument, used to track aliasing resources. | 
| resumen entero |  getResourceArgUniqueIdOrThrow (clave int)  Unique IDs for each resource argument, used to track aliasing resources. | 
| Mapa abstracto<Cadena, Cadena> |  obtenerRet ()  Utilice  getRetMap()en su lugar. | 
| resumen entero |  obtenerRetCount ()  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| Mapa abstracto<Cadena, Cadena> |  obtenerRetMap ()  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| cadena abstracta |  getRetOrDefault (clave de cadena, valor predeterminado de cadena)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| cadena abstracta |  getRetOrThrow (clave de cadena)  A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. | 
| Resumen OpDef |  obtener firma ()  The definition of the function's name, arguments, return values, attrs etc. | 
| resumen OpDefOrBuilder |  getSignatureOrBuilder ()  The definition of the function's name, arguments, return values, attrs etc. | 
| booleano abstracto |  tiene firma ()  The definition of the function's name, arguments, return values, attrs etc. | 
Métodos públicos
booleano abstracto público contieneArgAttr (clave int)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
booleano abstracto público contieneAttr (clave de cadena)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; booleano abstracto público contieneControlRet (clave de cadena)
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; booleano abstracto público contieneResourceArgUniqueId (clave 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; booleano abstracto público contieneRet (clave de cadena)
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 abstracto público<Integer, FunctionDef.ArgAttrs > getArgAttr ()
 Utilice getArgAttrMap() en su lugar. 
resumen público int getArgAttrCount ()
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Mapa abstracto público<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Resumen público FunctionDef.ArgAttrs getArgAttrOrDefault (clave int, FunctionDef.ArgAttrs defaultValue)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Resumen público FunctionDef.ArgAttrs getArgAttrOrThrow (tecla int)
 map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
resumen público int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; Mapa abstracto público<Cadena, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; resumen público AttrValue getAttrOrDefault (clave de cadena, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; resumen público AttrValue getAttrOrThrow (clave de cadena)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5; resumen público 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 abstracto público<Cadena, Cadena> 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; cadena abstracta pública getControlRetOrDefault (clave de cadena, valor predeterminado de cadena)
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; Cadena abstracta pública getControlRetOrThrow (clave de cadena)
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; resumen público 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; resumen 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 abstracta 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; resumen público 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 de resúmenes públicos <? extiende 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; Mapa abstracto público<Integer, Integer> getResourceArgUniqueId ()
 Utilice getResourceArgUniqueIdMap() en su lugar. 
resumen público 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; Mapa abstracto público<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; resumen público int getResourceArgUniqueIdOrDefault (int clave, 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; resumen público int getResourceArgUniqueIdOrThrow (clave 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; resumen 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 abstracto público<Cadena, Cadena> 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; cadena abstracta pública getRetOrDefault (clave de cadena, valor predeterminado de cadena)
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; Cadena abstracta pública getRetOrThrow (clave de cadena)
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; resumen público OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1; resumen público OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1; hasSignature booleano abstracto público ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;