aclfvCreateInitPara

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

Creates data of the aclfvInitPara type as an initialization configuration for feature vector search.

To destroy data of the aclfvInitPara type, call aclfvDestroyInitPara.

Prototype

aclfvInitPara *aclfvCreateInitPara(uint64_t fsNum)

Parameters

Parameter

Input/Output

Description

fsNum

Input

Number of features in the repository, which is used to allocate memory for the feature search module.

Must be in the range of [1, 500000000].

Returns

  • Success: a pointer to data of the aclfvInitPara type
  • Failure: nullptr