onnxruntime/onnxruntime/core/codegen/mti/tensor
KeDengMS e18c9582a8
[NupharEP] performance improvements (#2283)
* [Nuphar EP] performance improvements
1. Add new ops: Shape, Expand
2. Add support for steps in Slice
3. Simplify Gather
4. Always inline alias nodes
5. Transpose nodes with inner loop being symbolic falls back to CPU provider when vectorization is not possible
6. Add opt_inproj option to model_editor to extract MatMuls inside Scan for input projection to outside
2019-10-30 10:15:04 -07:00
..
cast_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
cast_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
concat_ops.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
concat_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
crop.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
crop.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
expand.cc [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
expand.h [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
gather.cc [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
gather.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
gather_elements.cc Added GatherElements to Nuphar (#2016) 2019-10-04 23:53:02 -07:00
gather_elements.h Added GatherElements to Nuphar (#2016) 2019-10-04 23:53:02 -07:00
pad_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
pad_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
reshape_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
reshape_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
shape_op.cc [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
shape_op.h [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
slice.cc [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
slice.h [NupharEP] performance improvements (#2283) 2019-10-30 10:15:04 -07:00
split.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
split.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
tile.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tile.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
transpose.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
transpose.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
where.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
where.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00