mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-09 17:28:58 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| common.cc | ||
| common.h | ||
| creator.h | ||
| dispatcher.h | ||
| dump_array.h | ||
| handle.h | ||
| op_macro.h | ||
| profile.h | ||
| registry.h | ||
| settings.cc | ||
| settings.h | ||
| target_info.h | ||
| utils.cc | ||
| utils.h | ||