Function: destroy_search_result
C Prototype |
aclError aclfvDestroySearchResult(aclfvSearchResult *searchResult) |
|---|---|
Python Function |
ret = acl.fv.destroy_search_result(search_result) |
Function Usage |
Destroys data of the aclfvSearchResult type created by the acl.fv.create_search_result call. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
search_result: int, address of the pointer that points to the aclfvSearchResult data to destroy. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: Feature Vector Search