Function: destroy_repo_range
Description
Destroys data of the aclfvRepoRange type created by calling the acl.fv.create_repo_range API.
The
Prototype
- C Prototype
1aclError aclfvDestroyRepoRange(aclfvRepoRange *repoRange)
- Python Function
1ret = acl.fv.destroy_repo_range(repo_range)
Parameters
|
Parameter |
Description |
|---|---|
|
repo_range |
Int, address of the pointer to the aclfvRepoRange data to destroy. |
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: API for feature vector search (Python)