microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
316 stars 83 forks source link

[Feature Request] Add dupport to DLPack in the same fashion as ONNX Runtime has support #769

Open thiagocrepaldi opened 1 month ago

thiagocrepaldi commented 1 month ago

On ONNX Runtime #6968 added DLPack support to allow tensor exchange between ORT, PyTorch and most major deep learning frameworks.

My request is to support the same for ONNXRuntime-extensions so that users can extend ORT without actually changing ORT code base, making it more usable for the open source community

thiagocrepaldi commented 1 month ago

@er3x3 maybe could help? :)