onnxruntime/include/onnxruntime/core/common
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
..
logging Add Cmake config for onnxruntime_NO_EXCEPTIONS (#4975) 2020-09-01 10:17:50 -07:00
code_location.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
common.h Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
const_pointer_container.h Use ConstPointerContainer for Node::ImplicitInputDefs() for better consistency with InputDefs() and OutputDefs(). (#894) 2019-05-01 14:22:28 +10:00
eigen_common_wrapper.h Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
exceptions.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
make_unique.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
optional.h merge training kernels to master (#2999) 2020-02-13 14:52:35 -08:00
status.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00