onnxruntime
onnxruntime copied to clipboard
To enable running a model with missing optional inputs
Description: When a model has optional inputs, ort session shall be able to run the model with feed not having data for the optional inputs.
Motivation and Context So that we can run those type of models without providing optional input data.