* Add support for sharing allocators
* Incremental update
* Address some PR comments, add unit tests, add documentation.
* Address PR comments, add tests and some documentation.
* Fix build and test issues
* Remove RegisterAllocator API restoring the OrtAllocator interface changes. Changed docs to reflect this.
Also fixed the orttraining segfault. The segfault was because in the case of training session,
the CPU exec prov is not available at the time the transformers are applied. Changed it to create
a new one.
* Add support for sessions to share a global threadpool.
* Fix build issues
* Add tests, fix build issues.
* Added some documentation
* Fix centos issue when threadpools become nullptr due to 1 core.
* Fix mac and x86 build issues
* Address some PR comments
* Disabled test for android, added few more tests and addressed more PR comments.
* const_cast
* Eliminate the confusing double negative
I was having trouble parsing the caveat NOTE, proposing wording changes that I think reflect the meaning and avoid the confusion.
* Eliminate double negative without further explanation on role of this file.
Incorporate @pranavsharma feedback.
* Update README.md
* Update Versioning.md
* Update rename_manylinux.sh
Remove duplicate word
* Update README.md
Remove a 'the' as ONNX Runtime is a proper noun.
* Update CUDA version to 9.1 cudnn version to 7.1
* Update ReleaseManagement.md
* put tensorflow copy-right headers
there are around 10 lines of code is borrowed from tflite.
* Update README.md
Mention C++ API
* Update README.md
Fix link
* Update C_API.md
Fix broken link to onnxruntime_c_api.h
* Update ABI.md
Delete mention of COM and fix 'ONNX Runtime' to be two words
* Update README.md
* Update README.md
* Update C_API.md