onnxruntime/include
Dmitri Smirnov e106131260
Enable Ort objects to be stored in a resizable std::vector (#22608)
### Description
<!-- Describe your changes. -->
Allow some classes to be default constructed.
The effect is the same as constructing it with nullptr.
Make default ctor visible from the base classes.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Multiple customers complained that when storing Ort::Value
in an instance of std::vector, vector can not be resized.

We enable that with allowing it default constructed.
2024-10-29 09:59:59 -07:00
..
onnxruntime/core Enable Ort objects to be stored in a resizable std::vector (#22608) 2024-10-29 09:59:59 -07:00