mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dump_subgraphs.py | ||
| example_operator_perf_test.py | ||
| FindOptimizerOpsetVersionUpdatesRequired.py | ||
| gen_contrib_doc.py | ||
| gen_opkernel_doc.py | ||
| get_submodules.py | ||
| onnx_test_data_utils.py | ||
| ort_test_dir_utils.py | ||
| remove_initializer_from_input.py | ||
| update_version.py | ||