destory_init_para

Description

Destroys data of the aclfvInitPara type created by calling acl.fv.create_init_para.

The Atlas inference accelerator module of the Atlas inference product does not support this API.

Prototype

  • C Prototype
    1
    aclError aclfvDestroyInitPara(aclfvInitPara *initPara)
    
  • Python Function
    1
    ret = acl.fv.destory_init_para(init_para)
    

Parameters

Parameter

Description

init_para

Int, aclfvInitPara data to destroy.

Return Value

Return Value

Description

ret

Int, error code.

Reference

For details about the API call sequence and sample code, see Feature Vector Search.