Function: create_attr
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the aclopAttr type to store operator attributes.
To destroy data of the aclopAttr type, see acl.op.destroy_attr.
Prototype
- C Prototype
1aclopAttr *aclopCreateAttr()
- Python Function
1attr = acl.op.create_attr()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
attr |
Int, pointer address of aclopAttr type data. |
Parent topic: aclopAttr