Function: init
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Initializes the feature search module. Used in pair with acl.fv.release.
The
Prototype
- C Prototype
1aclErroraclfvInit(aclfvInitPara *initPara)
- Python Function
1ret = acl.fv.init(init_para)
Parameter Description
|
Parameter |
Description |
|---|---|
|
init_para |
Int, initialization configuration for feature vector search.
|
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
acl.fv.init can be called only once per process.
Parent topic: Feature Vector Search