Function: destroy_query_table
C Prototype |
aclError aclfvDestroyQueryTable(aclfvQueryTable *queryTable) |
|---|---|
Python Function |
ret = acl.fv.destroy_query_table(query_table) |
Function Usage |
Destroys data of the aclfvQueryTable type created by the acl.fv.create_query_table 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 |
query_table: int, address of the pointer that points to the aclfvQueryTable data to destroy. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: Feature Vector Search