onnxruntime/onnxruntime/python
Scott McKay 387d4c72bb
Strip invalid dim_param and dim_value values out. Allow re-use in event of shape mismatch if buffer is large enough (#1439)
* Remove invalid dim_param and dim_value values when creating a NodeArg.
* Allow re-use of a large enough buffer if there's a shape mismatch.
* Update handling in python to treat unset dimension the same as a dim_param (equivalent to None).
* Fix GetTensorShapeFromTensorShapeProto to handle neither dim_param and dim_value being set.
2019-07-23 14:55:54 +10:00
..
backend Fix run_model api. (#1111) 2019-05-28 16:36:57 -07:00
datasets Validate input shapes. (#1352) 2019-07-19 13:42:34 -07: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
_ld_preload.py Use manylinux2010 image to build linux python wheels (#1282) 2019-06-27 15:45:06 -07:00
_pybind_state.py Use manylinux2010 image to build linux python wheels (#1282) 2019-06-27 15:45:06 -07: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 Strip invalid dim_param and dim_value values out. Allow re-use in event of shape mismatch if buffer is large enough (#1439) 2019-07-23 14:55:54 +10: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