onnxruntime/onnxruntime/test
Hariharan Seshadri 1fc6f8ee5b
Support double type for a few ops (#1450)
* Initial commit

* More ops

* fix missing declarations for ReduceSum and ReduceSumSquare

* Add tests for new ops supporting double

* isable Add_dobule for OpenVINO EP
2019-07-22 16:44:55 -07:00
..
common move all contrib ops to contrib ops namespace (#1190) 2019-06-24 10:19:01 -07:00
contrib_ops Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
framework Fix bug in TransformerMemcpy (#1413) 2019-07-19 13:54:08 -07:00
ir Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
mlas implement conv+clip fusion (#1412) 2019-07-17 12:16:45 -07:00
onnx fix return of flakey mnist test on gpu. (#1446) 2019-07-19 19:47:32 -07:00
optimizer Support Sum opset6 for ONNX 1.2 models (#1447) 2019-07-19 20:00:59 -07:00
perftest Add missing 'openvino' option in perftest Usage message (#1367) 2019-07-10 10:58:18 -07:00
platform/windows Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
proto
providers Support double type for a few ops (#1450) 2019-07-22 16:44:55 -07:00
python Validate input shapes. (#1352) 2019-07-19 13:42:34 -07:00
server Fix ORTSRV nightly build (#1440) 2019-07-21 19:12:05 -07:00
shared_lib Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
testdata implement conv+clip fusion (#1412) 2019-07-17 12:16:45 -07:00
tvm Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
util Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
win_getopt