Function: destroy_search_input

Description

Destroys data of the aclfvSearchInput type created by calling the acl.fv.create_search_input API.

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

Prototype

  • C Prototype
    1
    aclError aclfvDestroySearchInput(aclfvSearchInput *searchInput)
    
  • Python Function
    1
    ret = acl.fv.destroy_search_input(search_input)
    

Parameters

Parameter

Description

search_input

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