Table of Contents

Class DefaultEdgeModelPaths

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

net10.0 and Windows: <IEdgePaths.Data>/models and <IEdgePaths.Data>/ort-cache.

public sealed class DefaultEdgeModelPaths : IEdgeModelPaths
Inheritance
DefaultEdgeModelPaths
Implements
Inherited Members

Remarks

Neither path is cached across accesses. The iOS sandbox path carries an app GUID that changes on every clean install, which is the same reason SP1's MauiEdgePaths reads FileSystem.Current each time; the desktop implementation keeps the same discipline so the two behave identically when a test swaps IEdgePaths underneath it.

Constructors

DefaultEdgeModelPaths(IEdgePaths)

Creates the desktop model paths over SP1's IEdgePaths.

Properties

Models

Durable, excluded from cloud backup, never OS-purged. Created on first access.

OrtCache

Sibling of Models. Owned and purged by this library, never by the OS.