FunctionDefOrBuilder

interface pública FunctionDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsArgAttr (chave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
booleano abstrato
containsAttr (chave String)
 Attributes specific to this function definition.
booleano abstrato
containsControlRet (chave 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
containsResourceArgUniqueId (chave int)
 Unique IDs for each resource argument, used to track aliasing resources.
booleano abstrato
containsRet (chave 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 <Integer, FunctionDef.ArgAttrs >
abstrato int
getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Mapa abstrato <Integer, FunctionDef.ArgAttrs >
getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Abstract FunctionDef.ArgAttrs
getArgAttrOrDefault (int key, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Abstract FunctionDef.ArgAttrs
getArgAttrOrThrow (int key)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
Mapa abstrato <String, AttrValue >
getAttr ()
getAttrMap() vez disso, use getAttrMap() .
abstrato int
getAttrCount ()
 Attributes specific to this function definition.
Mapa abstrato <String, AttrValue >
getAttrMap ()
 Attributes specific to this function definition.
AttrValue abstrato
getAttrOrDefault (String key, AttrValue defaultValue)
 Attributes specific to this function definition.
AttrValue abstrato
getAttrOrThrow (String key)
 Attributes specific to this function definition.
Mapa abstrato <String, String>
getControlRet ()
Em vez disso, use getControlRetMap() .
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.
String abstrata
getControlRetOrDefault (String key, String defaultValue)
 A mapping from control output names from `signature` to node names in
 `node_def` which should be control outputs of this function.
String abstrata
getControlRetOrThrow (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 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>
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 (int key, int defaultValue)
 Unique IDs for each resource argument, used to track aliasing resources.
abstrato int
getResourceArgUniqueIdOrThrow (int key)
 Unique IDs for each resource argument, used to track aliasing resources.
Mapa abstrato <String, String>
getRet ()
getRetMap() vez disso, use getRetMap() .
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.
String abstrata
getRetOrDefault (String key, String defaultValue)
 A mapping from the output arg names from `signature` to the
 outputs from `node_def` that should be returned by the function.
String abstrata
getRetOrThrow (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 abstrato
getSignature ()
 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
hasSignature ()
 The definition of the function's name, arguments, return values,
 attrs etc.

Métodos Públicos

public abstract boolean containsArgAttr (int key)

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

public abstract boolean containsAttr (String key)

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

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

public abstract boolean containsResourceArgUniqueId (int key)

 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 (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;

public abstract Map <Integer, FunctionDef.ArgAttrs > getArgAttr ()

public abstract 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 (int key, FunctionDef.ArgAttrs defaultValue)

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

public abstract FunctionDef.ArgAttrs getArgAttrOrThrow (chave int)

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

public abstract Map <String, AttrValue > getAttr ()

getAttrMap() vez disso, use getAttrMap() .

public abstract int getAttrCount ()

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

public abstract Map <String, AttrValue > getAttrMap ()

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

public abstract AttrValue getAttrOrDefault (String key, AttrValue defaultValue)

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

public abstract AttrValue getAttrOrThrow (String key)

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

public abstract Map <String, String> getControlRet ()

Em vez disso, use getControlRetMap() .

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;

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

public abstract String getControlRetOrDefault (String key, 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;

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

public abstract NodeDef getNodeDef (índice interno )

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

public abstract NodeDefOrBuilder getNodeDefOrBuilder (índice interno )

 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 resumos 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;

public abstract Map <Integer, Integer> getResourceArgUniqueId ()

Em vez disso, use getResourceArgUniqueIdMap() .

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;

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 (int key, 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 (int key)

 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 <String, String> getRet ()

getRetMap() vez disso, use getRetMap() .

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;

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

public abstract String getRetOrDefault (String key, 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;

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

public abstract OpDef getSignature ()

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

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