Open
Description
Describe the feature request
For a pythonic type conversion and data sharing user experience.
Describe scenario use case
DLPack has been enabled in #23110.
- We should expose it in the
onnxruntime.OrtValue
class and allowfrom_dlpack
to call__dlpack__
on source tensors automatically. - We should remove the is_bool argument by upgrading dlpack version.
Similarly, we should also implement https://numpy.org/devdocs/user/basics.interoperability.html to modernize the class.