onnxruntime/include/onnxruntime/core/session
Sunghoon 645d978589
Sunghcho/denormals (#5391)
* Add session option and global thread pool option to set denormal as zero.

* Revert unneccessary changes.

* Add cpuinfo submodule

* Add more comments

* Remove cpuinfo submodule dependency and check only SSE3 support for ftz and daz inspired by Tensorflow

* Preserve API order in C api

* Clean up and utilize SSE3 detection logic from existeing cpuid_info.h

* Keep the same order with header file

* Fix build issue with Linux pipeline, which has old g++ compiler

* Fix broken build on Linux and remove a duplicated unit test

* Remove reformatting at eigen thread pool

* Remove flatbuffers which is not intentionally added

* Revert "Remove flatbuffers which is not intentionally added"

This reverts commit 9f509a9aaaa3c7832d88854c82fd26b234770b7f.

* Remove flatbuffers which is not intentionally added

* Resolve comments
  - Put details on APIs
  - Add a log for ftz/daz initialization
  - Add clang
  - Fix typo

* Remove unnecessary header include

* Resolve comments
2020-10-15 12:47:42 -07:00
..
automl_data_containers.h Import more featurizers with tests (#2685) 2019-12-17 22:17:40 -08:00
environment.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
experimental_onnxruntime_cxx_api.h Add new api function At() (#4457) 2020-08-11 18:34:03 -07:00
experimental_onnxruntime_cxx_inline.h Add modern C++ standards for Ort::Value (#4367) 2020-07-09 00:35:41 -07:00
onnxruntime_c_api.h Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
onnxruntime_cxx_api.h Adding an option for cudnn conv algorithms. (#5159) 2020-10-05 16:53:52 -07:00
onnxruntime_cxx_inline.h Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
onnxruntime_session_options_config_keys.h Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00