onnxruntime/cmake
Xavier Dupré b4ffcf8258
Fixes #31, add option numpy_version, skip_keras_test to the parser of build.py, add flag PRIVATE for the python bindings (#544)
* add option numpy_version to build against the installed numpy version and not 1.15.0 (hardcoded version number), default is still 1.15.0
* add option skip_keras_test to skip keras test even if keras is installed (still enabled by default)
disable unnecessary warnings about ubuntu
* enable option PRIVATE for the compilation of the Python bindings (settings recommended on pybind11 documentation)
* test on debian 9
2019-03-07 13:08:02 +01:00
..
external deps: update onnx to a newer commit and update test exclusions (#542) 2019-03-05 12:03:16 -08:00
onnx Build system upgrades (#281) 2019-01-07 13:15:24 -08:00
patches Clean up garbage files (#208) 2018-12-18 13:51:01 -08:00
CMakeLists.txt Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
ConfigureVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
EnableVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime.cmake Fix MacOS shared library build (#447) 2019-02-06 15:27:37 -08:00
onnxruntime_codegen.cmake Build system upgrades (#281) 2019-01-07 13:15:24 -08:00
onnxruntime_common.cmake Add nsync (#292) 2019-01-09 10:40:55 -08:00
onnxruntime_config.h.in Suppress warnings for gemmlowp 2019-01-15 22:29:30 -08:00
onnxruntime_csharp.cmake Added generation of C# project properties file containing actual build directory. 2019-01-14 16:02:13 -08:00
onnxruntime_dependencies.dot Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime_framework.cmake Use Eigen ThreadPool in OnnxRuntime (#323) 2019-01-15 15:19:30 -08:00
onnxruntime_graph.cmake Use nsync for implementing condition variable 2019-01-21 22:59:42 -08:00
onnxruntime_mlas.cmake Implement MLAS convolution+activation fusion (#354) 2019-01-18 14:16:28 -08:00
onnxruntime_optimizer.cmake Create a separate component for graph optimization. (#421) 2019-02-04 15:45:12 -08:00
onnxruntime_providers.cmake Implement tokenex regular expression matching and add tests. (#480) 2019-02-20 15:56:32 -08:00
onnxruntime_python.cmake Fixes #31, add option numpy_version, skip_keras_test to the parser of build.py, add flag PRIVATE for the python bindings (#544) 2019-03-07 13:08:02 +01:00
onnxruntime_session.cmake Use Eigen ThreadPool in OnnxRuntime (#323) 2019-01-15 15:19:30 -08:00
onnxruntime_unittests.cmake Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
onnxruntime_util.cmake Build system upgrades (#281) 2019-01-07 13:15:24 -08:00
protobuf_function.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00