clear_dl_modelT_clear_dl_modelClearDlModelClearDlModelclear_dl_model (Operator)
Name
clear_dl_modelT_clear_dl_modelClearDlModelClearDlModelclear_dl_model
— Clear a deep learning model.
Signature
Description
clear_dl_modelclear_dl_modelClearDlModelClearDlModelClearDlModelclear_dl_model
clears the handle of the deep learning model given
by DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle
and frees all memory required for the model.
After calling clear_dl_modelclear_dl_modelClearDlModelClearDlModelClearDlModelclear_dl_model
, the model can no longer be used
and the handle DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle
becomes invalid.
For further explanations to deep learning models in HALCON,
see the chapter Deep Learning / Model.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: local (may only be called from the same thread in which the window, model, or tool instance was created).
- Processed without parallelization.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters
DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle
(input_control, state is modified) dl_model(-array) →
HDlModel, HTupleMaybeSequence[HHandle]HTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the deep learning model.
Result
If the parameters are valid, the operator clear_dl_modelclear_dl_modelClearDlModelClearDlModelClearDlModelclear_dl_model
returns the value TRUE. If necessary, an exception is raised.
Possible Predecessors
read_dl_modelread_dl_modelReadDlModelReadDlModelReadDlModelread_dl_model
,
apply_dl_modelapply_dl_modelApplyDlModelApplyDlModelApplyDlModelapply_dl_model
,
train_dl_model_batchtrain_dl_model_batchTrainDlModelBatchTrainDlModelBatchTrainDlModelBatchtrain_dl_model_batch
,
train_dl_model_anomaly_datasettrain_dl_model_anomaly_datasetTrainDlModelAnomalyDatasetTrainDlModelAnomalyDatasetTrainDlModelAnomalyDatasettrain_dl_model_anomaly_dataset
Module
Deep Learning Inference