FunctionDefOrBuilder

interfaz pública FunctionDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
containsArgAttr (clave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
booleano abstracto
containsAttr (clave de cadena)
 Attributes specific to this function definition.
booleano abstracto
containsControlRet (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
containsResourceArgUniqueId (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() lugar.
int abstracto
getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Mapa abstracto <Integer, FunctionDef.ArgAttrs >
getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
FunctionDef.ArgAttrs abstracto
getArgAttrOrDefault (tecla int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
FunctionDef.ArgAttrs abstracto
getArgAttrOrThrow (clave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Mapa abstracto <String, AttrValue >
getAttr ()
Utilice getAttrMap() lugar.
int abstracto
getAttrCount ()
 Attributes specific to this function definition.
Mapa abstracto <String, AttrValue >
getAttrMap ()
 Attributes specific to this function definition.
AttrValue abstracto
getAttrOrDefault (clave de cadena, AttrValue defaultValue )
 Attributes specific to this function definition.
AttrValue abstracto
getAttrOrThrow (clave de cadena)
 Attributes specific to this function definition.
Mapa abstracto <Cadena, Cadena>
int abstracto
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 (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.
resumen NodeDef
getNodeDef (índice int)
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
int abstracto
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.
resumen NodeDefOrBuilder
getNodeDefOrBuilder (índice int)
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
Resumen Lista <? extiende NodeDefOrBuilder >
getNodeDefOrBuilderList ()
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
Mapa abstracto <Integer, Integer>
int abstracto
getResourceArgUniqueIdCount ()
 Unique IDs for each resource argument, used to track aliasing resources.
Mapa abstracto <Integer, Integer>
getResourceArgUniqueIdMap ()
 Unique IDs for each resource argument, used to track aliasing resources.
int abstracto
getResourceArgUniqueIdOrDefault (clave int, valor predeterminado int)
 Unique IDs for each resource argument, used to track aliasing resources.
int abstracto
getResourceArgUniqueIdOrThrow (clave int)
 Unique IDs for each resource argument, used to track aliasing resources.
Mapa abstracto <Cadena, Cadena>
getRet ()
Utilice getRetMap() lugar.
int abstracto
getRetCount ()
 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>
getRetMap ()
 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.
OpDef abstracto
getSignature ()
 The definition of the function's name, arguments, return values,
 attrs etc.
OpDefOrBuilder abstracto
getSignatureOrBuilder ()
 The definition of the function's name, arguments, return values,
 attrs etc.
booleano abstracto
hasSignature ()
 The definition of the function's name, arguments, return values,
 attrs etc.

Métodos públicos

public abstract boolean containsArgAttr (clave int)

map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;

public abstract boolean containsAttr (clave de cadena)

 Attributes specific to this function definition.
 
map<string, .tensorflow.AttrValue> attr = 5;

public abstract boolean containsControlRet (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;

public abstract boolean containsResourceArgUniqueId (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;

public abstract boolean containsRet (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() lugar.

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

public abstract FunctionDef.ArgAttrs getArgAttrOrDefault (clave int, FunctionDef.ArgAttrs defaultValue)

map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;

Función pública abstracta FunctionDef.ArgAttrs getArgAttrOrThrow (clave int)

map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;

Mapa abstracto público <String, AttrValue > getAttr ()

Utilice getAttrMap() lugar.

public abstract int getAttrCount ()

 Attributes specific to this function definition.
 
map<string, .tensorflow.AttrValue> attr = 5;

Mapa abstracto público <String, AttrValue > getAttrMap ()

 Attributes specific to this function definition.
 
map<string, .tensorflow.AttrValue> attr = 5;

public abstract AttrValue getAttrOrDefault (clave de cadena, AttrValue defaultValue )

 Attributes specific to this function definition.
 
map<string, .tensorflow.AttrValue> attr = 5;

public abstract AttrValue getAttrOrThrow (clave de cadena)

 Attributes specific to this function definition.
 
map<string, .tensorflow.AttrValue> attr = 5;

Mapa abstracto público <String, String> getControlRet ()

Utilice getControlRetMap() lugar.

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;

Mapa abstracto 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;

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

público abstracto String 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;

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

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;

Lista pública abstracta < 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;

public abstract 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 resumen público <? 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 ()

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;

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;

public abstract int getResourceArgUniqueIdOrDefault (clave int, valor predeterminado 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 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;

Mapa abstracto público <String, String> getRet ()

Utilice getRetMap() lugar.

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;

Mapa abstracto 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;

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

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

public abstract boolean hasSignature ()

 The definition of the function's name, arguments, return values,
 attrs etc.
 
.tensorflow.OpDef signature = 1;