onnxruntime/tools/python
Scott McKay b5c2932ae8
Last major set of ORT format model changes (#5056)
* Add minimal build option to build.py
Group some of the build settings so binary size reduction options are all together
Make some cmake variable naming more consistent
Replace usage of std::hash with murmurhash3 for kernel. std::hash is implementation dependent so can't be used.
Add initial doco and ONNX to ORT model conversion script
Misc cleanups of minimal build breaks.
2020-09-05 07:59:01 +10:00
..
__init__.py Add a couple of utility scripts to tools/python (#3621) 2020-05-02 17:35:43 +10:00
convert_onnx_model_to_ort.py Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
dump_subgraphs.py The fixings for python scripts in ONNXRuntime (#4135) 2020-06-08 10:27:32 -07:00
example_operator_perf_test.py Add a couple of utility scripts to tools/python (#3621) 2020-05-02 17:35:43 +10:00
FindOptimizerOpsetVersionUpdatesRequired.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
gen_contrib_doc.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
gen_opkernel_doc.py Render Operator documentation as compliant markdown (#3658) 2020-09-02 15:07:50 -07:00
get_azcopy.py Use azcopy to download test data (#4221) 2020-06-16 10:14:34 -07:00
get_submodules.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
onnx_test_data_utils.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
ort_test_dir_utils.py Changes to enable saving and loading an ORT format model (#4995) 2020-09-03 09:10:48 -07:00
PythonTools.md Add a few more things to the helper python scripts. (#3842) 2020-05-12 09:59:40 +10:00
register_custom_ops_pytorch_exporter.py Fix contrib ops unregister to match pytorch behavior (#5052) 2020-09-03 16:32:42 -07:00
remove_initializer_from_input.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
update_version.py add script to support update nodejs binding version (#4164) 2020-06-09 13:12:55 -07:00