onnxruntime/onnxruntime/test
Scott McKay 8c6d76a4c0
Update to match new test setup. (#6496)
* Update to match new test setup.

* Add Gemm(7) manually for now.
Will fix properly on Monday. It's used by mnist.ort as that is created by optimizing mnist.onnx to level 1 causing 2 nodes to be replaced by a Gemm and the op to be missing from the required list as that is created using the original onnx model.
2021-01-30 06:27:19 +10:00
..
api_tests_without_env
common Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
contrib_ops Fuse cuda conv with activation (#6351) 2021-01-29 10:58:10 -08:00
debug_node_inputs_outputs Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
featurizers_ops
framework [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
fuzzing Fuzz testing misc (#5862) 2020-11-23 13:43:44 -08:00
global_thread_pools
ir fix opset imports for function body (#6287) 2021-01-12 13:44:36 -08:00
mlas fix null dereference warning (#6437) 2021-01-25 16:50:32 -08:00
onnx Fix some compile warnings (#6316) 2021-01-21 16:40:42 -08:00
opaque_api
optimizer Fuse cuda conv with activation (#6351) 2021-01-29 10:58:10 -08:00
perftest Convert OpenVINO into a shared provider (#5778) 2020-11-20 17:39:57 -08:00
platform Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
proto
providers Support pad operator in quantization and quantized nhwc transformer. Fix Pad operator bug. (#6325) 2021-01-29 00:00:14 -08:00
python nuphar test to avoid test data download to improve passing rate (#6467) 2021-01-29 10:16:42 -08:00
shared_lib Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
testdata Update to match new test setup. (#6496) 2021-01-30 06:27:19 +10:00
tvm
unittest_main Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
util [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
win_getopt
xctest