Sottoclassi indirette conosciute |
Metodi pubblici
booleano astratto | contieneArgAttr (chiave int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
booleano astratto | contieneAttr (chiave String) Attributes specific to this function definition. |
booleano astratto | contieneControlRet (chiave String) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
booleano astratto | contieneResourceArgUniqueId (chiave int) Unique IDs for each resource argument, used to track aliasing resources. |
booleano astratto | contieneRet (chiave String) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
mappa astratta<Integer, FunctionDef.ArgAttrs > | getArgAttr () Utilizzare invece getArgAttrMap() . |
astratto int | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
mappa astratta<Integer, FunctionDef.ArgAttrs > | getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstract FunctionDef.ArgAttrs | getArgAttrOrDefault (chiave int, FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstract FunctionDef.ArgAttrs | getArgAttrOrThrow (tasto int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
mappa astratta<String, AttrValue > | getAttr () Utilizzare invece getAttrMap() . |
astratto int | getAttrCount () Attributes specific to this function definition. |
mappa astratta<String, AttrValue > | getAttrMap () Attributes specific to this function definition. |
valore attributo astratto | getAttrOrDefault (chiave String, AttrValue defaultValue) Attributes specific to this function definition. |
valore attributo astratto | getAttrOrThrow (chiave String) Attributes specific to this function definition. |
mappa astratta<String, String> | getControlRet () Utilizzare invece getControlRetMap() . |
astratto int | getControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
mappa astratta<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. |
stringa astratta | getControlRetOrDefault (chiave 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. |
stringa astratta | getControlRetOrThrow (chiave String) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
astratto NodeDef | getNodeDef (indice int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
astratto int | getNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
Lista astratta< NodeDef > | getNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
astratto NodeDefOrBuilder | getNodeDefOrBuilder (indice int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
Elenco astratto<? estende NodeDefOrBuilder > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
mappa astratta<intero, intero> | getResourceArgUniqueId () Utilizzare invece getResourceArgUniqueIdMap() . |
astratto int | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
mappa astratta<intero, intero> | getResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
astratto int | getResourceArgUniqueIdOrDefault (chiave int, valore predefinito int) Unique IDs for each resource argument, used to track aliasing resources. |
astratto int | getResourceArgUniqueIdOrThrow (chiave int) Unique IDs for each resource argument, used to track aliasing resources. |
mappa astratta<String, String> | getRet () Utilizzare invece getRetMap() . |
astratto int | getRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
mappa astratta<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. |
stringa astratta | getRetOrDefault (chiave 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. |
stringa astratta | getRetOrThrow (chiave String) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
OpDef astratto | getFirma () The definition of the function's name, arguments, return values, attrs etc. |
OpDefOrBuilder astratto | getSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
booleano astratto | haFirma () The definition of the function's name, arguments, return values, attrs etc. |
Metodi pubblici
booleano astratto pubblico contieneArgAttr (chiave int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
booleano astratto pubblico contieneAttr (chiave String)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
booleano astratto pubblico contieneControlRet (chiave 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;
booleano astratto pubblico contieneResourceArgUniqueId (chiave 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 astratto pubblico contieneRet (chiave 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;
public abstract Map<Integer, FunctionDef.ArgAttrs > getArgAttr ()
Utilizzare invece getArgAttrMap()
.
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 (chiave int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
public abstract FunctionDef.ArgAttrs getArgAttrOrThrow (tasto int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
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 (Chiave stringa, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
public abstract AttrValue getAttrOrThrow (chiave String)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
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 (chiave 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;
public abstract String getControlRetOrThrow (chiave 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;
public abstract NodeDef getNodeDef (indice 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 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 astratta pubblica< 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 (indice 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;
Elenco abstract pubblico<? 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<intero, intero> getResourceArgUniqueId ()
Utilizzare invece 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 (chiave 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 (chiave 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 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 (chiave 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;
public abstract String getRetOrThrow (chiave 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;
estratto pubblico OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
abstract pubblico OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
public abstract booleano hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;