Method CanProvide
CanProvide(OnnxModelManifest)
Whether this source could supply the manifest at all. Cheap and synchronous: it inspects the manifest, never the network.
bool CanProvide(OnnxModelManifest manifest)
Parameters
manifestOnnxModelManifestThe manifest to consider.
Returns
- bool
True when this source is worth asking.