Subkelas Tidak Langsung yang Diketahui |
Metode Publik
boolean abstrak | berisiArgAttr (kunci int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
boolean abstrak | berisiAttr (kunci string) Attributes specific to this function definition. |
boolean abstrak | berisiControlRet (kunci string) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
boolean abstrak | berisiResourceArgUniqueId (kunci int) Unique IDs for each resource argument, used to track aliasing resources. |
boolean abstrak | berisiRet (kunci string) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
peta abstrak<Bilangan Bulat, FunctionDef.ArgAttrs > | dapatkanArgAttr () Gunakan getArgAttrMap() sebagai gantinya. |
abstrak ke dalam | dapatkanArgAttrCount () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
peta abstrak<Bilangan Bulat, FunctionDef.ArgAttrs > | dapatkanArgAttrMap () map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstrak FunctionDef.ArgAttrs | getArgAttrOrDefault (kunci int, FunctionDef.ArgAttrs defaultValue) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
abstrak FunctionDef.ArgAttrs | getArgAttrOrThrow (kunci int) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7; |
Peta abstrak<String, AttrValue > | dapatkanAttr () Gunakan getAttrMap() sebagai gantinya. |
abstrak ke dalam | dapatkanAttrCount () Attributes specific to this function definition. |
Peta abstrak<String, AttrValue > | dapatkanAttrMap () Attributes specific to this function definition. |
Nilai AttrValue abstrak | getAttrOrDefault (kunci string, AttrValue defaultValue) Attributes specific to this function definition. |
Nilai AttrValue abstrak | getAttrOrThrow (kunci string) Attributes specific to this function definition. |
peta abstrak<String, String> | dapatkanControlRet () Gunakan getControlRetMap() sebagai gantinya. |
abstrak ke dalam | dapatkanControlRetCount () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
peta abstrak<String, String> | dapatkanControlRetMap () A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
Tali abstrak | getControlRetOrDefault (kunci 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. |
Tali abstrak | getControlRetOrThrow (kunci string) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function. |
abstrak NodeDef | getNodeDef (indeks int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
abstrak ke dalam | dapatkanNodeDefCount () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
Daftar abstrak< NodeDef > | dapatkanNodeDefList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
abstrak NodeDefOrBuilder | getNodeDefOrBuilder (indeks int) By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
Daftar abstrak<? memperluas NodeDefOrBuilder > | getNodeDefOrBuilderList () By convention, "op" in node_def is resolved by consulting with a user-defined library first. |
peta abstrak<Bilangan Bulat, Bilangan Bulat> | dapatkanResourceArgUniqueId () Gunakan getResourceArgUniqueIdMap() sebagai gantinya. |
abstrak ke dalam | getResourceArgUniqueIdCount () Unique IDs for each resource argument, used to track aliasing resources. |
peta abstrak<Bilangan Bulat, Bilangan Bulat> | dapatkanResourceArgUniqueIdMap () Unique IDs for each resource argument, used to track aliasing resources. |
abstrak ke dalam | getResourceArgUniqueIdOrDefault (kunci int, int defaultValue) Unique IDs for each resource argument, used to track aliasing resources. |
abstrak ke dalam | getResourceArgUniqueIdOrThrow (kunci int) Unique IDs for each resource argument, used to track aliasing resources. |
peta abstrak<String, String> | dapatkanRet () Gunakan getRetMap() sebagai gantinya. |
abstrak ke dalam | dapatkanRetCount () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
peta abstrak<String, String> | dapatkanRetMap () A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
Tali abstrak | getRetOrDefault (kunci 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. |
Tali abstrak | getRetOrThrow (kunci string) A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function. |
OpDef abstrak | dapatkan Tanda Tangan () The definition of the function's name, arguments, return values, attrs etc. |
abstrak OpDefOrBuilder | dapatkanSignatureOrBuilder () The definition of the function's name, arguments, return values, attrs etc. |
boolean abstrak | memilikiTanda Tangan () The definition of the function's name, arguments, return values, attrs etc. |
Metode Publik
boolean abstrak publik berisi ArgAttr (kunci int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
boolean abstrak publik berisiAttr (kunci string)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
boolean abstrak publik berisiControlRet (kunci 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;
boolean abstrak publik berisiResourceArgUniqueId (kunci 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;
boolean abstrak publik berisiRet (kunci 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;
peta abstrak publik<Integer, FunctionDef.ArgAttrs > getArgAttr ()
Gunakan getArgAttrMap()
sebagai gantinya.
abstrak publik int getArgAttrCount ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
peta abstrak publik<Integer, FunctionDef.ArgAttrs > getArgAttrMap ()
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
abstrak publik FunctionDef.ArgAttrs getArgAttrOrDefault (kunci int, FunctionDef.ArgAttrs defaultValue)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
abstrak publik FunctionDef.ArgAttrs getArgAttrOrThrow (kunci int)
map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;
abstrak publik int getAttrCount ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
Peta abstrak publik<String, AttrValue > getAttrMap ()
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
abstrak publik AttrValue getAttrOrDefault (kunci string, AttrValue defaultValue)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
abstrak publik AttrValue getAttrOrThrow (kunci string)
Attributes specific to this function definition.
map<string, .tensorflow.AttrValue> attr = 5;
abstrak publik 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;
peta abstrak publik<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;
String abstrak publik getControlRetOrDefault (kunci 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;
String abstrak publik getControlRetOrThrow (kunci 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;
abstrak publik NodeDef getNodeDef (indeks 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;
abstrak publik 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;
Daftar abstrak publik< 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;
abstrak publik NodeDefOrBuilder getNodeDefOrBuilder (indeks 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;
Daftar abstrak publik<? memperluas 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;
peta abstrak publik<Bilangan Bulat, Bilangan Bulat> getResourceArgUniqueId ()
Gunakan getResourceArgUniqueIdMap()
sebagai gantinya.
abstrak publik 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;
peta abstrak publik<Bilangan Bulat, Bilangan Bulat> 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;
abstrak publik int getResourceArgUniqueIdOrDefault (kunci 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;
abstrak publik int getResourceArgUniqueIdOrThrow (kunci 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;
abstrak publik 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;
peta abstrak publik<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;
String abstrak publik getRetOrDefault (Kunci 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;
String abstrak publik getRetOrThrow (kunci 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;
abstrak publik OpDef getSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
abstrak publik OpDefOrBuilder getSignatureOrBuilder ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;
boolean abstrak publik hasSignature ()
The definition of the function's name, arguments, return values, attrs etc.
.tensorflow.OpDef signature = 1;