onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

To enable running a model with missing optional inputs

Open liqunfu opened this issue 3 years ago • 0 comments

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.

liqunfu avatar Jul 08 '22 21:07 liqunfu