Function: init
C Prototype |
aclError aclfvInit(aclfvInitPara *initPara) |
|---|---|
Python Function |
ret = acl.fv.init(init_para) |
Function Usage |
Initializes the feature search module. Used in pair with acl.fv.release. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
init_para: int, initialization parameter for feature vector search.
|
Return Value |
ret: int, error code.
|
Restrictions |
acl.fv.init can be called only once per process. |
Parent topic: Feature Vector Search