Function: destroy_repo_range

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

x

Atlas A2 training products / Atlas A2 inference products

x

Atlas training products

x

Atlas inference products

Atlas 200I/500 A2 inference products

x

Function Usage

Destroys data of the aclfvRepoRange type created by the acl.fv.create_repo_range call.

The Atlas inference accelerator modules in the Atlas inference products does not support this API.

Prototype

  • C Prototype
    1
    aclError aclfvDestroyRepoRange(aclfvRepoRange *repoRange)
    
  • Python Function
    1
    ret = acl.fv.destroy_repo_range(repo_range)
    

Parameter Description

Parameter

Description

repo_range

Int, address of the pointer to the aclfvRepoRange data to destroy.

Return Value Description

Return Value

Description

ret

Int, error code.

Reference

For details about the API call sequence and sample code, see Feature Vector Search.