ממשק ציבורי FunctionDefOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
בוליאני מופשט | containsArgAttr (מפתח int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
בוליאני מופשט | containsAttr (מפתח מחרוזת) Attributes specific to this function definition. |
בוליאני מופשט | containsControlRet (מפתח מחרוזת) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
בוליאני מופשט | containsResourceArgUniqueId (מפתח int) Unique IDs for each resource argument, used to track aliasing resources. |
בוליאני מופשט | containsRet (מפתח מחרוזת) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
מפה מופשטת<Integer, FunctionDef.ArgAttrs > | getArgAttr () השתמש ב- getArgAttrMap() במקום זאת. |
מופשט int | getArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
מפה מופשטת<Integer, FunctionDef.ArgAttrs > | getArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
תקציר FunctionDef.ArgAttrs | getArgAttrOrDefault (מפתח int, FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
תקציר FunctionDef.ArgAttrs | getArgAttrOrThrow (מפתח int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
מפה מופשטת<String, AttrValue > | getAttr () השתמש ב- getAttrMap() במקום זאת. |
מופשט int | getAttrCount () Attributes specific to this function definition. |
מפה מופשטת<String, AttrValue > | getAttrMap () Attributes specific to this function definition. |
מופשט AttrValue | getAttrOrDefault (מפתח מחרוזת, AttrValue defaultValue) Attributes specific to this function definition. |
מופשט AttrValue | getAttrOrThrow (מפתח מחרוזת) Attributes specific to this function definition. |
מפה מופשטת<String, String> | getControlRet () השתמש ב- getControlRetMap() במקום זאת. |
מופשט int | getControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
מפה מופשטת<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. |
מחרוזת מופשטת | getControlRetOrDefault (מפתח מחרוזת, מחרוזת defaultValue) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
מחרוזת מופשטת | getControlRetOrThrow (מפתח מחרוזת) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
מופשט NodeDef | getNodeDef (int index) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
מופשט int | getNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
רשימה מופשטת< NodeDef > | getNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
תקציר NodeDefOrBuilder | getNodeDefOrBuilder (int index) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
רשימה מופשטת<? מרחיב את NodeDefOrBuilder > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
מפה מופשטת <מספר שלם, מספר שלם> | getResourceArgUniqueId () השתמש ב- getResourceArgUniqueIdMap() במקום זאת. |
מופשט int | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
מפה מופשטת<Integer, Integer> | getResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
מופשט int | getResourceArgUniqueIdOrDefault (מפתח int, int defaultValue) Unique IDs for each resource argument, used to track aliasing resources. |
מופשט int | getResourceArgUniqueIdOrThrow (מפתח int) Unique IDs for each resource argument, used to track aliasing resources. |
מפה מופשטת<String, String> | getRet () השתמש ב- getRetMap() במקום זאת. |
מופשט int | getRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
מפה מופשטת<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. |
מחרוזת מופשטת | getRetOrDefault (מפתח מחרוזת, מחרוזת defaultValue) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
מחרוזת מופשטת | getRetOrThrow (מפתח מחרוזת) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
מופשט OpDef | getSignature () The definition of the function's name, arguments, return values, attrs etc. |
תקציר OpDefOrBuilder | getSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
בוליאני מופשט | hasSignature () The definition of the function's name, arguments, return values, attrs etc. |
שיטות ציבוריות
תקציר ציבורי בוליאני מכילArgAttr (מפתח int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
תקציר ציבורי בוליאני מכילAttr (מפתח מחרוזת)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
public abstract boolean containsControlRet (מפתח מחרוזת)
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)
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;
תקציר ציבורי בוליאני מכילRet (מפתח מחרוזת)
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;
תקציר ציבורי int getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
תקציר ציבורי מפה<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
תקציר ציבורי FunctionDef.ArgAttrs getArgAttrOrDefault (מפתח int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
תקציר ציבורי FunctionDef.ArgAttrs getArgAttrOrThrow (מפתח int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
תקציר ציבורי int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
מפה תקציר ציבורי<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
תקציר ציבורי AttrValue getAttrOrDefault (מפתח מחרוזת, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
תקציר ציבורי AttrValue getAttrOrThrow (מפתח מחרוזת)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
תקציר ציבורי 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;
תקציר ציבורי מפה<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;
תקציר ציבורי מחרוזת getControlRetOrDefault (מפתח מחרוזת, מחרוזת 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;
מחרוזת תקציר ציבורי getControlRetOrThrow (מפתח מחרוזת)
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;
תקציר ציבורי 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;
תקציר ציבורי 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;
רשימת תקציר ציבורית< 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;
תקציר ציבורי NodeDefOrBuilder getNodeDefOrBuilder (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;
רשימת תקציר ציבורית<? מרחיב את 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;
תקציר ציבורי מפה<Integer, Integer> getResourceArgUniqueId ()
השתמש ב- getResourceArgUniqueIdMap()
במקום זאת.
תקציר ציבורי 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;
תקציר ציבורי מפה<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;
תקציר ציבורי int getResourceArgUniqueIdOrDefault (מפתח 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;
תקציר ציבורי int getResourceArgUniqueIdOrThrow (מפתח 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;
תקציר ציבורי 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;
תקציר ציבורי מפה<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;
תקציר ציבורי מחרוזת getRetOrDefault (מפתח מחרוזת, מחרוזת 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;
מחרוזת תקציר ציבורי getRetOrThrow (מפתח מחרוזת)
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;
תקציר ציבורי OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
תקציר ציבורי OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
תקציר ציבורי בוליאני hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;