onnxruntime/onnxruntime/test
pengwa 8bcdefc9c1
Optimize GatherND (#4097)
* Optimize GatherND
* Refine the code, Fix few comments
2020-07-03 19:42:32 +08:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common Add quantization support for GPT2 past state and use model to generate outputs in OpTester (#4340) 2020-06-26 09:29:29 -07:00
contrib_ops Fuse MatMulInteger and scale followed (#4350) 2020-07-02 13:08:21 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Add ability to specify just the device when using IOBinding for an output (#4386) 2020-07-03 09:26:47 +10:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
mlas Use single OpKernel for u8u8 and u8s8 types (#4414) 2020-07-02 18:23:58 -07:00
onnx Ignore one failed test in DML (#4366) 2020-06-29 14:27:06 -07:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer Optimize GatherND (#4097) 2020-07-03 19:42:32 +08:00
perftest Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
platform Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
proto
providers optimize transpose CUDA kernel (#4233) 2020-07-02 22:05:32 -07:00
python BiasDropoutFusion (#4167) 2020-06-30 15:43:14 -07:00
shared_lib Add C++ wrapper for GetAvailableProviders() C API (#4313) 2020-06-25 13:11:55 +05:30
testdata Optimize GatherND (#4097) 2020-07-03 19:42:32 +08:00
tvm
util General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
win_getopt