onnxruntime/onnxruntime/test
Yang Chen e8285a7996
Added GatherElements to Nuphar (#2016)
* Added GatherElements to Nuphar

This change added GatherElements (op_ver 11) to the Nuphar provider.

* address CR feedback

* create a utilify function for accessing index safely

* address more CR

* SafeIndex -> ClampIndex
2019-10-04 23:53:02 -07:00
..
automl_ops Add AutoML to 3 main builds. (#1631) 2019-08-16 18:06:16 -07:00
common Add layernorm operator (#1967) 2019-10-03 11:32:13 -07:00
contrib_ops Support opset-11 Range CPU kernel (#1980) 2019-10-04 09:34:14 -07:00
framework Ignore a test: ParallelExecutor.StatusPropagation (#2019) 2019-10-04 22:51:47 -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 Replace std::regex with re2 bc CentOS std::regex is broken (#2017) 2019-10-04 18:47:03 -07:00
opaque_api Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
optimizer fix Conv/Add fusion with no bias (#1978) 2019-10-04 07:22:55 -07:00
perftest Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
platform/windows
proto
providers Added GatherElements to Nuphar (#2016) 2019-10-04 23:53:02 -07:00
python Add BitShift operator (#1981) 2019-10-05 07:48:58 +10:00
server add support for empty version and score route (#1995) 2019-10-04 22:53:11 -07:00
shared_lib Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
testdata Add layernorm operator (#1967) 2019-10-03 11:32:13 -07: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