Table of Contents

Class ProvisionedModel

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

A model that is on disk, verified and ready to hand to ORT.

public sealed record ProvisionedModel : IEquatable<ProvisionedModel>
Inheritance
ProvisionedModel
Implements
Inherited Members

Constructors

ProvisionedModel(string, string, string, string, IReadOnlyDictionary<string, string>, ModelProvisioningSource, TimeSpan)

A model that is on disk, verified and ready to hand to ORT.

Properties

Directory

<Models>/<modelId>/<sha16>.

Duration

How long provisioning took.

Files

Manifest-relative path to absolute path, for every file in the manifest.

GraphPath

The absolute path ORT is handed.

GraphSha256

The graph's lowercase-hex digest; the CoreML cache key is built from it.

ModelId

The manifest's model id.

Source

Where the bytes came from.