FisFilter_DL_LocateText_Unload


Header: FIL.h
Namespace: fil
Module: DL_OCR

Unloads a deep learning model and frees allocated memory.

Syntax

void fil::FisFilter_DL_LocateText_Unload
(
	const fil::LocateTextModelId& inModelId,
	const bool inLeaveForRedeploy
)

Parameters

Name Type Default Description
Input value inModelId const LocateTextModelId& Identifier of the deployed model
Input value inLeaveForRedeploy const bool True Do not unload the model completely to speed up redeploying the model in future. All allocated memory on device will be freed regardless, but it will not free allocated system memory.