Function: release

Description

Deinitializes the feature retrieval module to release the memory space. This API must be used together with the acl.fv.init API.

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

Prototype

  • C Prototype
    1
    aclError aclfvRelease()
    
  • Python Function
    1
    ret = acl.fv.release()
    

Parameters

None

Return Value

Return Value

Description

ret

Int, error code.

Reference

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