Function: create_query_table
C Prototype |
aclfvQueryTable *aclfvCreateQueryTable(uint32_t queryCnt, uint32_t tableLen, uint8_t *tableData, uint32_t tableDataLen) |
|---|---|
Python Function |
query_table = acl.fv.create_query_table(query_cnt, table_len, table_data, table_data_len) |
Function Usage |
Creates data of the aclfvQueryTable type for the search input table. To destroy data of the aclfvQueryTable type, call Function: destroy_query_table. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
|
Return Value |
query_table: int, pointer address.
|
Restrictions |
None |
Parent topic: Feature Vector Search