Function: destory_init_para

C Prototype

aclError aclfvDestroyInitPara(aclfvInitPara *initPara)

Python Function

ret = acl.fv.destory_init_para(init_para)

Function Usage

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

init_para: int, aclfvInitPara data to destroy.

Return Value

ret: int, error code.

Restrictions

None