onnxruntime/onnxruntime/python
Tianlei Wu 3166a9b8e9
refine API of transformer optimizer (#8633)
* rename BertOptimizationOptions to FusionOptions
* remove disable_onnxruntime, and use opt_level to control whether onnxruntime graph optimization is used. 
* Change default opt_level for backward compatible. When opt_level is not specified, default value is based on model type.
2021-08-09 10:55:49 -07:00
..
backend Enable python GPU tests (#7854) 2021-06-15 10:24:58 -07:00
datasets replace invalid sample (#4567) 2020-07-21 23:51:17 -07:00
tools refine API of transformer optimizer (#8633) 2021-08-09 10:55:49 -07:00
training Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
__init__.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
_ld_preload.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
_pybind_state.py Fix Python Cuda loading issues (#7939) 2021-06-25 02:26:50 -07:00
exported_symbols.lst
onnxruntime_collect_build_info.py Liqun/ort training version (#7620) 2021-05-14 09:54:19 -07:00
onnxruntime_inference_collection.py Improves documentation, show InferenceSession contructor attributes (#8494) 2021-07-26 15:58:47 +02:00
onnxruntime_pybind_exceptions.cc Python bindings fix ups in preparation to Sparse Tensor introduction (#7817) 2021-05-26 09:47:41 -07:00
onnxruntime_pybind_exceptions.h Python bindings fix ups in preparation to Sparse Tensor introduction (#7817) 2021-05-26 09:47:41 -07:00
onnxruntime_pybind_iobinding.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_mlvalue.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_mlvalue.h Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_module.cc decouple the python module construction from pybind_state (#8060) 2021-06-15 18:52:26 -07:00
onnxruntime_pybind_ortvalue.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_schema.cc Add python binding for CoreML EP (#8472) 2021-07-29 10:06:47 -07:00
onnxruntime_pybind_sparse_tensor.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_state.cc Integrate eager mode source code into onnxruntime repo (#8584) 2021-08-06 08:30:27 -07:00
onnxruntime_pybind_state_common.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
onnxruntime_pybind_state_common.h Add python binding for CoreML EP (#8472) 2021-07-29 10:06:47 -07:00
onnxruntime_validation.py Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
pybind.def
version_script.lds