onnxruntime/onnxruntime/python
Olivia Jain b2247ece25
Make Perf Test Configurable (#7836)
- Allow anyone to kick off a perf test here. Customize: branch, eps, model selection, cuda version.
- Only run shape inference when required.
- Kill errored out memory processes.
- Remove warmup run.
- Clean up script.
- Standalone_TRT is it's own "EP" vs as an additional run with TRT EP
2021-06-18 11:11:19 -07:00
..
backend Enable python GPU tests (#7854) 2021-06-15 10:24:58 -07:00
datasets
tools Make Perf Test Configurable (#7836) 2021-06-18 11:11:19 -07:00
training
__init__.py
_ld_preload.py
_pybind_state.py fix PATH addition in windows 2021-06-15 14:18:00 -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 Don't hold onto unnecessary numpy references while binding numpy objectas as inputs (#7881) 2021-05-30 21:12:32 -07: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 Python bindings fix ups in preparation to Sparse Tensor introduction (#7817) 2021-05-26 09:47:41 -07:00
onnxruntime_pybind_mlvalue.cc Python bindings fix ups in preparation to Sparse Tensor introduction (#7817) 2021-05-26 09:47:41 -07:00
onnxruntime_pybind_mlvalue.h Python bindings fix ups in preparation to Sparse Tensor introduction (#7817) 2021-05-26 09:47:41 -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 training with custom autograd Functions (#7513) 2021-06-07 13:01:21 -07:00
onnxruntime_pybind_state.cc decouple the python module construction from pybind_state (#8060) 2021-06-15 18:52:26 -07:00
onnxruntime_pybind_state_common.cc training with custom autograd Functions (#7513) 2021-06-07 13:01:21 -07:00
onnxruntime_pybind_state_common.h training with custom autograd Functions (#7513) 2021-06-07 13:01:21 -07:00
onnxruntime_validation.py Liqun/ort training version (#7620) 2021-05-14 09:54:19 -07:00
pybind.def
version_script.lds