Function: create_search_input
C Prototype |
aclfvSearchInput *aclfvCreateSearchInput(aclfvQueryTable *queryTable, aclfvRepoRange *repoRange, uint32_t topk) |
|---|---|
Python Function |
search_input = acl.fv.create_search_input(query_table, repo_range, topk) |
Function Usage |
Creates data of the aclfvSearchInput type as the input of a search task. To destroy data of the aclfvSearchInput type, call Function: destroy_search_input. 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 |
search_input: int, pointer address.
|
Restrictions |
None |
Parent topic: Feature Vector Search