Function: destroy_search_result

Description

Destroys data of the aclfvSearchResult type created by calling the acl.fv.create_search_result API.

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

Prototype

  • C Prototype
    1
    aclError aclfvDestroySearchResult(aclfvSearchResult *searchResult)
    
  • Python Function
    1
    ret = acl.fv.destroy_search_result(search_result)
    

Parameters

Parameter

Description

search_result

Int, address of the pointer to the aclfvSearchResult 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.