- 17 12月, 2019 2 次提交
-
-
由 xiebaiyuan 提交于
* add reshape opencl kernel && optimise conv 1x1 ,test=develop * add reshape opencl kernel && optimise conv 1x1 &&code style ,test=develop * add reshape opencl kernel && optimise conv 1x1 &&code style ,test=develop
-
由 Yuan Shuai 提交于
-
- 16 12月, 2019 2 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Add relu image2d kernel unit test, Fix conv2d_1x1, relu, layout using new Image2D Layout (#2564) * add 3 layout for opencl image. test=develop * add relu image2d test. test=develop
-
由 Jiaying Zhao 提交于
* [LITE][OPENCL] Add depthwise_conv_3x3 opencl kernel * [LITE][OPENCL] Add depthwise_conv_3x3 opencl kernel. test=develop * [LITE][OPENCL] Add Pool opencl kernel. test=develop
-
- 15 12月, 2019 1 次提交
-
-
由 Wilber 提交于
optimize search_grnn
-
- 13 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU][XPU] Refine subgraph pass, and support NPU/XPU model generation at execution time (#2576)
-
- 12 12月, 2019 1 次提交
-
-
由 xiebaiyuan 提交于
* add opencl conv1x1 image impl and unit test pass with relu & bias, add layout_compute --> buffer2image float32 --> with unit test pass suite checked test for more situation , test=develop * add opencl conv1x1 image impl and unit test pass with relu & bias, add layout_compute --> buffer2image float32 --> with unit test pass suite checked test for more situation , test=develop * fix white space cpp lint , test=develop
-
- 11 12月, 2019 1 次提交
-
-
由 TianXiaogang 提交于
-
- 10 12月, 2019 3 次提交
-
-
由 huzhiqiang 提交于
-
由 yiicy 提交于
-
由 zhupengyang 提交于
test=develop
-
- 09 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 08 12月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
-
- 07 12月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 juncaipeng 提交于
* add arm split lod tensor, test=develop * add arm merge lod tensor, test=develop * update split merge lod tensor, test=develop * add reduce_prob op, test=develop * support mask_rcnn succeed, test=develop
-
- 06 12月, 2019 1 次提交
-
-
由 Wilber 提交于
- fix fill_constant bug. - cast op support int64_t->int32_t
-
- 04 12月, 2019 2 次提交
-
-
由 Wilber 提交于
update cuda kernels to run content-dnn model
-
由 Zhaolong Xing 提交于
* init resnet cuda int8 support test=develop * refine cuda unit test test=develop * add the forgeted file. test=develop
-
- 03 12月, 2019 2 次提交
-
-
由 juncaipeng 提交于
* set the bias of int8 conv as float, test=develop
-
由 zhupengyang 提交于
test=develop
-
- 02 12月, 2019 2 次提交
-
-
由 liu zhengxi 提交于
-
由 liu zhengxi 提交于
-
- 30 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 29 11月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [NPU] add reduce_mean op bridge and unit test test=develop * refine xpu_pass place order; add bridges use test=develop
-
- 28 11月, 2019 3 次提交
-
-
由 huzhiqiang 提交于
-
由 zhupengyang 提交于
test=develop
-
由 yiicy 提交于
-
- 27 11月, 2019 3 次提交
-
-
由 TianXiaogang 提交于
* add winograd c4 implement (#2494) test=develop fix: fix conv_block prepack_input_nxwc4 bug * fix: optimize sgemm_c4 in armv7 change condition of choose winograd kernel * fix: change conv choose kernel condition test=develop
-
由 zhupengyang 提交于
add elementwise_sub, mul, div op bridge test=develop
-
由 myq406450149 提交于
* fill_constant can support shape is tensor or tensorlist
-
- 26 11月, 2019 4 次提交
-
-
由 TianXiaogang 提交于
fix: fix conv_block prepack_input_nxwc4 bug * fix: optimize sgemm_c4 in armv7 change condition of choose winograd kernel * fix: change conv choose kernel condition
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [XPU] update conv padding test=develop * [XPU] exclude xpu for passes test=develop * fix conv padding compute test=develop * [NPU] update 2-pad to 4-pad for conv and conv_transpose test=develop * reuse UpdatePadding code test=develop
-
由 liu zhengxi 提交于
* add gather op on x86 platform and add its unittests, test=develop
-
- 25 11月, 2019 4 次提交
-
-
由 zhupengyang 提交于
fix errors for conv and conv_transpose test=develop
-
由 huzhiqiang 提交于
* arrange ops&kernels to support basic models * add relu and iocopy into basic * add fusion_elementwise_activation_ops into basic * add dropout,layout,io_copyonce kernel&op into basic
-
由 Wilber 提交于
* update x86 op and kernel to run content-dnn model test=develop
-
由 myq406450149 提交于
* split op upgrade
-
- 22 11月, 2019 1 次提交
-
-
由 HappyAngel 提交于
* fix conv 2-pad to 4-pad * fix compute conv shape * fix pad, test=develop * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc * delete printf note in conv3x3s1, test=develop * delete printf note, test=develop * delete gem_sdot.h, test=develop it is coped from __gemm_sdot_meta_.h * update compute padding, test=develop * fix padding size, must be 2 or 4. test=develop * fix format in operators/conv_op.cc, test=develop * change #if 0 to #if 1, test=develop * put 2-pad to 4-pad in AttachImpl, test=develop * fix clang-format error inn tests/math/connv_compute_test, test=develop * fix x86 test result error, test=develop * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop * change paddings type to support dynamically modify, test=develop * fix x86 build error in connv_compute_test, test=develop * fix opencl build error, test=develop * fix oopencl build error, test=develop * fix opencl/conv_compute build error, test=develop * fix opencl/conv_compute build error, test=develop * fix format in kernels/opencl/conv_computte_ttest,test=develop * fix build error, test=develop fix build error in kernels/x86/conv_compute.h
-