Function: destroy_repo_range
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Destroys data of the aclfvRepoRange type created by the acl.fv.create_repo_range call.
The
Prototype
- C Prototype
1aclError aclfvDestroyRepoRange(aclfvRepoRange *repoRange)
- Python Function
1ret = acl.fv.destroy_repo_range(repo_range)
Parameter Description
|
Parameter |
Description |
|---|---|
|
repo_range |
Int, address of the pointer to the aclfvRepoRange data to destroy. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: Feature Vector Search