onnxruntime/onnxruntime/test/python
Scott McKay 1fdf1006ac
Various fixes coming out of discussions in #2436 (#2497)
- Add --skip_tests option to build.py based on github feedback
  - Add debug output at end of run_subprocess so it's clearer when the output is from a different process running
  - Add check for scipy as it's required by gen_test_models.py for the onnx tests
  - Use log.warning instead of warnings.warn for consistency. We use the logger almost everywhere and somewhat randomly used warnings.warn in two places.
  - Add check for 'wheel' dependency not being found in setup.py and handle more gracefully
  - Fix invalid input name in Keras tests
2019-11-28 07:03:23 +10:00
..
onnx_backend_test_series.py [OpenVINO-EP] Update to latest version: OpenVINO 2019 R3.1 (#2308) 2019-11-05 19:55:46 -08:00
onnxruntime_test_python.py Direct use python numpy array's memory if already contiguous. (#2355) 2019-11-11 13:46:55 -08:00
onnxruntime_test_python_backend.py Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
onnxruntime_test_python_keras.py Various fixes coming out of discussions in #2436 (#2497) 2019-11-28 07:03:23 +10:00
onnxruntime_test_python_nuphar.py Symbolic shape inference improvements: (#2460) 2019-11-25 10:31:13 -08:00