Loading [MathJax]/extensions/tex2jax.js

You are here: Start ยป DLInvoke.DL_LocateObjects_Unload

DLInvoke.DL_LocateObjects_Unload

Unloads a deep learning model and frees allocated memory.

Namespace:Fil
Assembly:FilNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_LocateObjects_Unload
(
	Fil.LocateObjectsModelId inModelId,
	bool inLeaveForRedeploy
)

Parameters

Name Type Range Default Description
inModelIdFil.LocateObjectsModelIdIdentifier of the deployed model.
inLeaveForRedeployboolDo 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. Default value: True.

See also