onnxruntime/onnxruntime
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
..
contrib_ops Prepacking MatMulInteger (#5403) 2020-10-09 02:37:19 -07:00
core Various armv7 related fixes (#5394) 2020-10-09 22:34:32 +10:00
featurizers_ops/cpu
gsl
python Some improvements on transformers tool (#5383) 2020-10-08 19:35:17 -07:00
test Various armv7 related fixes (#5394) 2020-10-09 22:34:32 +10:00
tool/etw Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
.style.yapf
__init__.py bump version to 1.5.2 (#5420) 2020-10-08 16:30:13 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings