Function: destroy_feature_info

Description

Destroys data of the aclfvFeatureInfo type created by calling the acl.fv.create_feature_info API.

The Atlas inference accelerator module of the Atlas inference product does not support this API.

Prototype

  • C Prototype
    1
    aclError aclfvDestroyFeatureInfo(aclfvFeatureInfo *featureInfo)
    
  • Python Function
    1
    ret = acl.fv.destroy_feature_info(feature_info)
    

Parameters

Parameter

Description

feature_info

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

Return Value

Return Value

Description

ret

Int, error code.

Reference

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