onnxruntime/tools/python
Scott McKay 42cf971ca2
Add a couple of utility scripts to tools/python (#3621)
* Add a helper script to more easily create a test directory for use with onnx_test_runner or onnxruntime_perf_test.
Add example script that can be used as a base for performance testing a model with a variety of input sizes.
Add __init__.py so files in this directory can be imported in other scripts.

* Fix some flake8 warnings.
Add example of specifying attribute for op.

* Add ability for test dir creation to fill in all missing input data with random values.
Add example of using test dir creation this way
2020-05-02 17:35:43 +10:00
..
__init__.py Add a couple of utility scripts to tools/python (#3621) 2020-05-02 17:35:43 +10:00
dump_subgraphs.py Add python script to export subgraphs from Scan/Loop/If nodes in an ONNX model. (#583) 2019-03-08 14:51:30 -08: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 Add script to find if optimizer updates are required due to onnx operator updates. (#1957) 2019-10-21 11:38:30 -07:00
gen_contrib_doc.py Fix gen_doc build option and refresh documentation (#3545) 2020-04-17 14:41:04 -07:00
gen_opkernel_doc.py Fix gen_doc build option and refresh documentation (#3545) 2020-04-17 14:41:04 -07:00
get_submodules.py Fix cgmanifest.json generating script (#2770) 2020-01-14 14:59:07 -08:00
onnx_test_data_utils.py Add a python script with a number of helper actions for creating/editing/dumping onnx test runner format pb files (#2294) 2019-11-01 06:39:14 +10:00
ort_test_dir_utils.py Add a couple of utility scripts to tools/python (#3621) 2020-05-02 17:35:43 +10:00
remove_initializer_from_input.py Handle the case that initializers are in graph input (#3449) 2020-04-14 09:06:04 -07:00
update_version.py Upgrade version number for ORT in preparation for release (#1468) 2019-07-23 16:33:06 -07:00