Function: destroy_repo_range

C Prototype

aclError aclfvDestroyRepoRange(aclfvRepoRange *repoRange)

Python Function

ret = acl.fv.destroy_repo_range(repo_range)

Function Usage

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

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

The Atlas Training Series Product does not support this API.

Input Description

repo_range: int, address of the pointer that points to the aclfvRepoRange data to destroy.

Return Value

ret: int, error code.

Restrictions

None