Method IsProvisioned
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
manifestOnnxModelManifestThe manifest to check.
Returns
- bool
True when the model is ready.