onnxruntime
4ab7d410 - ExecutionProvider API refactor - Deattach allocator from EP by creating local cpu allocator instead (#16084)

Commit
3 years ago
ExecutionProvider API refactor - Deattach allocator from EP by creating local cpu allocator instead (#16084) ### Description ExecutionProvider API refactor - Detach allocator from EP by creating local cpu allocator instead ### Motivation and Context This is PR is a refactor to create local CPU allocator instead of getting allocator from ExecutionProvider, which the final goal is to totally detach allocators from ExecutionProvider, and put them in session level indexed by OrtDevice
Author
Parents
Loading