Table of Contents

Method CanProvide

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

CanProvide(OnnxModelManifest)

Whether this source could supply the manifest at all. Cheap and synchronous: it inspects the manifest, never the network.

public bool CanProvide(OnnxModelManifest manifest)

Parameters

manifest OnnxModelManifest

The manifest to consider.

Returns

bool

True when this source is worth asking.

Remarks

A repo and a pinned revision are both required: there is no URL without them.