Function: release
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Deinitializes the feature search module to free the memory. Used in pair with acl.fv.init.
The
Prototype
- C Prototype
1aclError aclfvRelease()
- Python Function
1ret = acl.fv.release()
Parameter Description
None.
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: Feature Vector Search