Open
Description
Describe the feature request
Adding an OrtStatus value (possibly to the GetCapability
API here) to help identify cases where compiled models are not runnable on the device where an app may be running.
Describe scenario use case
An app that is using a precompiled model will use it via creating a new session. It's possible that this operation might fail due to incompatibilities with the device. Giving the application a granular status code that indicates the session creation failed due to this would help with diagnosability.