onnxruntime/onnxruntime/test
Tianlei Wu 403f99cd77
Use yapf to format python (#3276)
Update ReformatSourcePython.bat to use YAPF to format python code, and add onnxruntime\test directory to be formatted.

Add onnxruntime\.style.yapf for configuration. The style is based on google, except max column width 120.

Format python scripts using ReformatSourcePython.bat.
2020-03-20 14:34:10 -07:00
..
common Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
contrib_ops Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
featurizers_ops Wangye/shortgraindropper (#3273) (#3274) 2020-03-20 11:48:31 -07:00
framework Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
global_thread_pools Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
ir Fixes GTest deprecation warnings 2020-03-17 16:38:55 -07:00
mlas NCHWc Upsample/Mul optimizations (#3116) 2020-03-02 14:40:49 -08:00
onnx Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
opaque_api CMake changes (#2961) 2020-02-03 19:33:14 -08:00
optimizer Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
perftest Move path_lib from onnxruntime/core/framework to onnxruntime/core/platform. (#3253) 2020-03-18 11:53:46 -07:00
platform Move path_lib from onnxruntime/core/framework to onnxruntime/core/platform. (#3253) 2020-03-18 11:53:46 -07:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
python Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
shared_lib Fix a few warnings 2020-03-19 09:22:28 -07:00
testdata Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
tvm Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
util Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
win_getopt