Function: destroy_search_input
C Prototype |
aclError aclfvDestroySearchInput(aclfvSearchInput *searchInput) |
|---|---|
Python Function |
ret = acl.fv.destroy_search_input(search_input) |
Function Usage |
Destroys data of the aclfvSearchInput type created by the acl.fv.create_search_input 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_input: int, address of the pointer to the aclfvSearchInput data to destroy. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: Feature Vector Search