函数:repo_del
产品支持情况
|
产品 |
是否支持 |
|---|---|
|
Atlas 350 加速卡 |
x |
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
功能说明
删除底库。
函数原型
- C函数原型
1aclErroraclfvRepoDel(aclfvSearchType type, aclfvRepoRange *repoRange)
- python函数
1ret = acl.fv.repo_del(type, repo_range)
参数说明
|
参数名 |
说明 |
|---|---|
|
type |
int,检索类型,请参见aclfvSearchType处说明。 |
|
repo_range |
int,指针地址,指定特征删除范围。需提前调用acl.fv.create_repo_range接口创建aclfvRepoRange类型的数据。 |
返回值说明
|
返回值 |
说明 |
|---|---|
|
ret |
int,错误码。
|
约束说明
父主题: 特征向量检索 API(Python)