onnxruntime/include/onnxruntime/core/common
Scott McKay 9f7dffb109
Make it easier to fold MakeString usages to reduce binary size. (#6754)
* Decay char[n] to char* so that we get better re-use of MakeString invocations.
2021-02-20 20:41:19 +10:00
..
logging Add Cmake config for onnxruntime_NO_EXCEPTIONS (#4975) 2020-09-01 10:17:50 -07:00
code_location.h Remove condition from ORT_RETURN_IF[_NOT] macro output. (#6563) 2021-02-05 17:33:29 -08:00
common.h Remove condition from ORT_RETURN_IF[_NOT] macro output. (#6563) 2021-02-05 17:33:29 -08: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
denormal.h Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07: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_string.h Make it easier to fold MakeString usages to reduce binary size. (#6754) 2021-02-20 20:41:19 +10: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 Upgrade optional implementation to https://github.com/martinmoene/optional-lite. (#5563) 2020-11-03 15:27:47 -08:00
parse_string.h Rename MakeString and ParseString functions. (#6272) 2021-01-07 15:43:42 -08:00
spin_pause.h ThreadPool clean up : mm_pause in loops, correctly spin-then-wait, and adopt static methods consistently in the API (#5590) 2020-10-28 09:49:18 +00:00
status.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00