onnxruntime/onnxruntime/test
pengwa 9959e84906
Gelu fusion - kernel and transformer (#1746)
* Gelu contrib op & transformer

* Gelu kernels for CPU&cuda

* Merged PR 5034: fix a condition for gelu transformer

The ONNX models doesn't guarantee to assign an unique name to each node, so the previous condition could fail.

(cherry picked from commit e335ef5466444cb0aae45f885ea3a825ed9f1088)

* Fix builds

* remove useless comments

* fix test failure when nocontribp

* Move impelmentation under KMSdomain

* fix comments

* fix linux build

* Fix few comments

* fix linux build
2019-10-03 19:34:46 +08:00
..
automl_ops Add AutoML to 3 main builds. (#1631) 2019-08-16 18:06:16 -07:00
common Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
contrib_ops Gelu fusion - kernel and transformer (#1746) 2019-10-03 19:34:46 +08:00
framework Opset-11 support (negative axis) for reduce ops (#1929) 2019-10-02 13:45:17 -07:00
ir Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
mlas Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
onnx Add GatherElements CPU kernel (#1735) 2019-10-02 18:29:03 -07:00
opaque_api Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
optimizer Gelu fusion - kernel and transformer (#1746) 2019-10-03 19:34:46 +08:00
perftest Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
platform/windows Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
proto Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
providers Gelu fusion - kernel and transformer (#1746) 2019-10-03 19:34:46 +08:00
python Fix how failing tests are defined. Merge of old PR didn't detect conflict with some new sections in the script. (#1982) 2019-10-03 14:00:47 +10:00
server Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
shared_lib Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
testdata Gelu fusion - kernel and transformer (#1746) 2019-10-03 19:34:46 +08:00
tvm Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
util Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
win_getopt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00