onnxruntime/onnxruntime/python
PhaniShekhar e26e11b9f7 Quantization tool to support quantization of Conv and MatMul nodes. (#1057)
* Move quantization tool from onnx to onnxruntime

* Fix some issues

* Use u8_s8 for asymmetric mode and u8_u8 for symmetric mode irrespective of whether inputs are initializers or from previous

* Address PR comments

* Fix error message formatting

* Separate static/dynamic and quantization mode
2019-06-18 20:44:45 -07:00
..
backend Fix run_model api. (#1111) 2019-05-28 16:36:57 -07:00
datasets Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
tools Quantization tool to support quantization of Conv and MatMul nodes. (#1057) 2019-06-18 20:44:45 -07:00
__init__.py Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
_pybind_state.py Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
exported_symbols.lst Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime_pybind_mlvalue.cc Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
onnxruntime_pybind_mlvalue.h move environment.h/cc from framework to session project/folder. (#1241) 2019-06-17 18:01:21 -07:00
onnxruntime_pybind_state.cc Initial commit for OpenVINO Execution Provider (#935) 2019-06-18 08:58:53 -07:00
onnxruntime_validation.py 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
pybind.def Fix a build warning in onnxruntime python extension (#416) 2019-02-01 00:19:41 -08:00
session.py Allow for optional graph inputs in InferenceSession.run 2018-11-22 11:53:14 +10:00
version_script.lds Initial bootstrap commit. 2018-11-19 16:48:22 -08:00