Table of Contents

Method IsProvisioned

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

IsProvisioned(OnnxModelManifest)

Whether the marker exists and every file's length matches. Deliberately NOT a re-hash: full re-hashing on every launch is a startup tax paid for a case the provisioning-time verify already covers.

bool IsProvisioned(OnnxModelManifest manifest)

Parameters

manifest OnnxModelManifest

The manifest to check.

Returns

bool

True when the model is ready.