Scott McKay
6d35be215f
Add --skip_tests to example command line as the included ops are being reduced. ( #5554 )
2020-10-22 08:55:42 +10:00
Scott McKay
a3d2bc36be
Fix script name in doco ( #5530 )
2020-10-20 06:42:53 +10:00
manashgoswami
132ab2230d
Updated with image for creating the onnxruntime pkg ( #5400 )
...
* Create Mobile.png
* Update ONNX_Runtime_for_Mobile_Platforms.md
* Update ONNX_Runtime_for_Mobile_Platforms.md
2020-10-08 08:54:27 -07:00
Scott McKay
3693f91218
Update doc to be explicit about backwards compatibility. ( #5309 )
2020-09-29 07:34:49 +10:00
Scott McKay
c46a480306
Update conversion script and process to simplify creating ORT format models and a minimal build ( #5217 )
...
* Update conversion script and process to simplify creating ORT format models and a minimal build.
2020-09-18 18:49:54 +10:00
Scott McKay
80ada0291f
Improve the minimal build size on android and linux ( #5086 )
...
Fix bug where linux build fails when python is enabled and rtti is disabled
Update doco for new build settings
2020-09-09 21:38:34 +10:00
Scott McKay
e03a391895
Small updates to ORT Mobile documentation ( #5075 )
...
* Few documentation clarifications
* Few more tweaks
2020-09-08 11:02:31 +10:00
Scott McKay
b5c2932ae8
Last major set of ORT format model changes ( #5056 )
...
* Add minimal build option to build.py
Group some of the build settings so binary size reduction options are all together
Make some cmake variable naming more consistent
Replace usage of std::hash with murmurhash3 for kernel. std::hash is implementation dependent so can't be used.
Add initial doco and ONNX to ORT model conversion script
Misc cleanups of minimal build breaks.
2020-09-05 07:59:01 +10:00