Function: create_attr

C Prototype

aclopAttr *aclopCreateAttr()

Python Function

attr = acl.op.create_attr()

Function Usage

Creates data of the aclopAttr type to store operator attributes.

To destroy data of the aclopAttr type, see acl.op.destroy_attr.

Input Description

None

Return Value

attr: int, returns the pointer address of the aclopAttr type data.

Restrictions

None