onnxruntime/include/onnxruntime/core
Hector Li ffb4b62826
Fix allocator issue for TensorRT IOBinding (#6240)
* Fix issue: https://github.com/microsoft/onnxruntime/issues/6094

Root cause: we didn't expose the OrtMemoryInfo for TRT, so it will cause issue if user want use IObinding for Tensorrt.

Short term fix, add the OrtMemoryInfo for TRT. Long term should unify the allocator for CUDA and TRT
2020-12-31 20:15:43 -08:00
..
common Deprecate Python global configuration functions [Part 1] (#5923) 2020-12-15 11:32:43 -08:00
framework Fix allocator issue for TensorRT IOBinding (#6240) 2020-12-31 20:15:43 -08:00
graph Filter initializers for GraphViewer with IndexedSubGraph (#5884) 2020-11-20 18:36:58 -08:00
optimizer Expose recompute configs to the frontend (#5318) 2020-10-02 09:49:47 -07:00
platform Remove Env::Task wrapper around std::function (#5753) 2020-11-10 20:22:07 +00:00
providers Convert OpenVINO into a shared provider (#5778) 2020-11-20 17:39:57 -08:00
session Minor fix to satisfy c++14 (#6162) 2020-12-17 13:53:24 -08:00