onnxruntime/include/onnxruntime/core
Scott McKay a92ccbe1bc
Various armv7 related fixes (#5394)
* - Link with libatomic if needed
 - Install pip differently so it doesn't clash with the system pip which may involve a wrapper script
 - Remove ability to specify offset when Tensor allocates the data. The data prior to offset isn't accessible by anything.
 - Fix use of offset in TensorOpTest to work on armv7 where it must be aligned to the type it points to.
 - Fix ActivationOpNoInfTest.Softsign to allow for armv7 behavior
 - Fix ReductionOpTest.ReduceMean_*keepdims to allow for armv7 floating point inaccuracy

* Address PR comments
2020-10-09 22:34:32 +10:00
..
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
framework Various armv7 related fixes (#5394) 2020-10-09 22:34:32 +10:00
graph Move ort flatbuffers helper functions and value info r/w functions into separated lib (#5276) 2020-09-25 05:36:29 -07:00
optimizer Expose recompute configs to the frontend (#5318) 2020-10-02 09:49:47 -07:00
platform Parallelizing elementwise kernels (#4577) 2020-09-04 14:45:43 -07:00
providers [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
session Adding an option for cudnn conv algorithms. (#5159) 2020-10-05 16:53:52 -07:00