Table of Contents

Enum ModelProvisioningSource

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

Where a provisioned model's bytes came from.

public enum ModelProvisioningSource

Fields

AlreadyPresent = 0

The marker was present and every file's length matched. No hashing, no I/O.

File = 1

Copied in from a directory already on the device.

Bundled = 2

Copied out of an app package asset.

Downloaded = 3

Fetched over HTTP.