Table of Contents

Method RemoveAsync

Namespace
Qavren.Edge.Onnx
Assembly
Qavren.Edge.Onnx.dll

RemoveAsync(string, CancellationToken)

Deletes the model directory and its CoreML cache subtree.

ValueTask RemoveAsync(string modelId, CancellationToken cancellationToken = default)

Parameters

modelId string

The model id.

cancellationToken CancellationToken

Cancellation.

Returns

ValueTask

A task that completes once both trees are gone.