onnxruntime/onnxruntime/core/codegen/common
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
..
common.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
common.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
creator.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
dispatcher.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
dump_array.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
handle.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
op_macro.h Added GatherElements to Nuphar (#2016) 2019-10-04 23:53:02 -07:00
profile.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
registry.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
settings.cc Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
settings.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
target_info.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
utils.cc Yanchen/nuphar/scatter elems (#1992) 2019-10-03 14:58:10 -07:00
utils.h Yanchen/nuphar/scatter elems (#1992) 2019-10-03 14:58:10 -07:00