onnxruntime/onnxruntime/core/codegen/common
Yang Chen 15138908e7
Yanchen/nuphar/scatter elems (#1992)
* Added Scatter and ScatterElements to Nuphar

Implemented Scatter (op_ver 9 - 10) and ScatterElements (op_ver 11)
nuphar.

Because TVM's compute is output-oriented, our current implementation
uses extern calls for simplicity.

* fixed build issue after rebase

* remove dead code

* Address CR

* removed dead code

* use GetAttrOrDefault

* Address more CR feedback

* add GetStrides to codegen/common/utils.h

* added a unit test for Bool input data
2019-10-03 14:58:10 -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
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
handle.h
op_macro.h
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
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