FunctionDefOrBuilder

interface publique FunctionDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

booléen abstrait
contientArgAttr (clé int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
booléen abstrait
contientAttr (clé de chaîne)
 Attributes specific to this function definition.
booléen abstrait
contientControlRet (clé de chaîne)
 A mapping from control output names from `signature` to node names in
 `node_def` which should be control outputs of this function.
booléen abstrait
contientResourceArgUniqueId (clé int)
 Unique IDs for each resource argument, used to track aliasing resources.
booléen abstrait
contientRet (clé de chaîne)
 A mapping from the output arg names from `signature` to the
 outputs from `node_def` that should be returned by the function.
Carte abstraite <Integer, FunctionDef.ArgAttrs >
getArgAttr ()
Utilisez plutôt getArgAttrMap() .
abstrait entier
getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Carte abstraite <Integer, FunctionDef.ArgAttrs >
getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
abstrait FunctionDef.ArgAttrs
getArgAttrOrDefault (clé int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
abstrait FunctionDef.ArgAttrs
getArgAttrOrThrow (clé int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Carte abstraite<String, AttrValue >
getAttr ()
Utilisez plutôt getAttrMap() .
abstrait entier
getAttrCount ()
 Attributes specific to this function definition.
Carte abstraite<String, AttrValue >
getAttrMap ()
 Attributes specific to this function definition.
valeur d'attribut abstraite
getAttrOrDefault (clé de chaîne, AttrValue valeur par défaut)
 Attributes specific to this function definition.
valeur d'attribut abstraite
getAttrOrThrow (clé de chaîne)
 Attributes specific to this function definition.
Carte abstraite<String, String>
getControlRet ()
Utilisez plutôt getControlRetMap() .
abstrait entier
getControlRetCount ()
 A mapping from control output names from `signature` to node names in
 `node_def` which should be control outputs of this function.
Carte abstraite<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.
chaîne abstraite
getControlRetOrDefault (clé de chaîne, chaîne valeur par défaut)
 A mapping from control output names from `signature` to node names in
 `node_def` which should be control outputs of this function.
chaîne abstraite
getControlRetOrThrow (clé de chaîne)
 A mapping from control output names from `signature` to node names in
 `node_def` which should be control outputs of this function.
résumé NodeDef
getNodeDef (index entier)
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
abstrait entier
getNodeDefCount ()
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
Liste abstraite< NodeDef >
getNodeDefList ()
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
abstrait NodeDefOrBuilder
getNodeDefOrBuilder (index int)
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
Liste abstraite <? étend NodeDefOrBuilder >
getNodeDefOrBuilderList ()
 By convention, "op" in node_def is resolved by consulting with a
 user-defined library first.
Carte abstraite<Integer, Integer>
abstrait entier
getResourceArgUniqueIdCount ()
 Unique IDs for each resource argument, used to track aliasing resources.
Carte abstraite<Integer, Integer>
getResourceArgUniqueIdMap ()
 Unique IDs for each resource argument, used to track aliasing resources.
abstrait entier
getResourceArgUniqueIdOrDefault (clé int, int defaultValue)
 Unique IDs for each resource argument, used to track aliasing resources.
abstrait entier
getResourceArgUniqueIdOrThrow (clé int)
 Unique IDs for each resource argument, used to track aliasing resources.
Carte abstraite<String, String>
obtenirRet ()
Utilisez plutôt getRetMap() .
abstrait entier
getRetCount ()
 A mapping from the output arg names from `signature` to the
 outputs from `node_def` that should be returned by the function.
Carte abstraite<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.
chaîne abstraite
getRetOrDefault (clé de chaîne, chaîne valeur par défaut)
 A mapping from the output arg names from `signature` to the
 outputs from `node_def` that should be returned by the function.
chaîne abstraite
getRetOrThrow (clé de chaîne)
 A mapping from the output arg names from `signature` to the
 outputs from `node_def` that should be returned by the function.
résumé OpDef
obtenirSignature ()
 The definition of the function's name, arguments, return values,
 attrs etc.
résumé OpDefOrBuilder
getSignatureOrBuilder ()
 The definition of the function's name, arguments, return values,
 attrs etc.
booléen abstrait
aSignature ()
 The definition of the function's name, arguments, return values,
 attrs etc.

Méthodes publiques

public abstract boolean containArgAttr (clé int)

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

public abstract boolean containAttr (clé de chaîne)

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

public abstrait booléen containControlRet (clé de chaîne)

 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 abstrait booléen containResourceArgUniqueId (clé 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 abstrait booléen containRet (clé de chaîne)

 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<Integer, FunctionDef.ArgAttrs > getArgAttr ()

Utilisez plutôt getArgAttrMap() .

public abstrait 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 (clé int, FunctionDef.ArgAttrs defaultValue)

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

public abstrait FunctionDef.ArgAttrs getArgAttrOrThrow (clé int)

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

public abstrait Map<String, AttrValue > getAttr ()

Utilisez plutôt getAttrMap() .

public abstrait int getAttrCount ()

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

public abstrait Map<String, AttrValue > getAttrMap ()

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

public abstract AttrValue getAttrOrDefault (clé de chaîne, AttrValue defaultValue)

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

public abstrait AttrValue getAttrOrThrow (clé de chaîne)

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

public abstrait Map<String, String> getControlRet ()

Utilisez plutôt getControlRetMap() .

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

chaîne abstraite publique getControlRetOrDefault (clé de chaîne, valeur par défaut de chaîne)

 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;

chaîne abstraite publique getControlRetOrThrow (clé de chaîne)

 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;

résumé public NodeDef getNodeDef (index 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 abstrait 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;

Liste abstraite publique < 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;

résumé public NodeDefOrBuilder getNodeDefOrBuilder (index 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;

Liste des résumés publics<? étend 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 ()

Utilisez plutôt getResourceArgUniqueIdMap() .

public abstrait 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 (clé 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 (clé 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 abstrait Map<String, String> getRet ()

Utilisez plutôt getRetMap() .

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

chaîne abstraite publique getRetOrDefault (clé de chaîne, valeur par défaut de chaîne)

 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;

chaîne abstraite publique getRetOrThrow (clé de chaîne)

 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;

résumé public OpDef getSignature ()

signature

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

résumé public OpDefOrBuilder getSignatureOrBuilder ()

signature

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

public abstrait booléen hasSignature ()

signature

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