[XPU] Support OCR models
* add exp and reciprocal for activation * add conv2d transpose op * add fill constant op * add im2sequence op * add interpolate op (including nearest and bilinear) * add lrn op * add split op * add sum op * add topk op * add gru(int31) op * fix bug in elementwise arithmetic op * fix bug in conv2d op * fix bug in dropout op * fix bug in cast op, test=develop test=xpu
Showing
lite/kernels/xpu/gru_compute.cc
0 → 100644
lite/kernels/xpu/gru_compute.h
0 → 100644
lite/kernels/xpu/lrn_compute.cc
0 → 100644
lite/kernels/xpu/lrn_compute.h
0 → 100644
lite/kernels/xpu/split_compute.cc
0 → 100644
lite/kernels/xpu/split_compute.h
0 → 100644
lite/kernels/xpu/sum_compute.cc
0 → 100644
lite/kernels/xpu/sum_compute.h
0 → 100644
lite/kernels/xpu/topk_compute.cc
0 → 100644
lite/kernels/xpu/topk_compute.h
0 → 100644
lite/operators/sum_op.cc
0 → 100644
lite/operators/sum_op.h
0 → 100644
想要评论请 注册 或 登录