Function: destroy_feature_info

C Prototype

aclError aclfvDestroyFeatureInfo(aclfvFeatureInfo *featureInfo)

Python Function

ret = acl.fv.destroy_feature_info(feature_info)

Function Usage

Destroys data of the aclfvFeatureInfo type created by the acl.fv.create_feature_info 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

feature_info: int, address of the pointer that points to the aclfvFeatureInfo data to destroy.

Return Value

ret: int, error code.

Restrictions

None