Function: create_desc

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Creates data of the aclmdlDesc type as a model description.

To destroy data of the aclmdlDesc type, call acl.mdl.destroy_desc.

Prototype

  • C Prototype
    1
    aclmdlDesc* aclmdlCreateDesc()
    
  • Python Function
    1
    desc = acl.mdl.create_desc()
    

Parameter Description

None.

Return Value Description

Return Value

Description

desc

Int, address of an object of the aclmdlDesc type.