- 09 1月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 19 12月, 2019 1 次提交
-
-
由 yiicy 提交于
* [ARM] change global pooling choose kernel policy, test=develop
-
- 17 12月, 2019 1 次提交
-
-
由 HappyAngel 提交于
-
- 11 12月, 2019 1 次提交
-
-
由 TianXiaogang 提交于
-
- 03 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* set the bias of int8 conv as float, test=develop
-
- 27 11月, 2019 1 次提交
-
-
由 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
-
- 26 11月, 2019 1 次提交
-
-
由 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
-
- 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
-
- 21 10月, 2019 1 次提交
-
-
由 yiicy 提交于
* cuda add softmax and pool op * * fix armlinux can find sys/system_properties.h * conv add padding_algorithm test=develop * delete padding_algorithm in op param, test=develop * fix bugs, test=develop
-
- 09 10月, 2019 1 次提交
-
-
由 yiicy 提交于
* imporve prepack_input func speed in int8 3x3s1 dw conv * fix code style * fix code style * improve 3x3s1 dw fp32 conv speed a little * arm add 5x5s1 int8 dw conv, test=develop
-
- 18 9月, 2019 1 次提交
-
-
由 Xiaoyang LI 提交于
* fix gemm_int8, gemv-int8 and conv-int8 math function, add float bias * change conv impl * neon int8 kernel support float bias * arm compute kernel support float bias * add math_test target * add tensor utils for testing, fix sgemm ut error * add gemm_int8 unit test, support float bias * fix build script * add conv compute unit test for arm * fix build script, test=develop * fix fp32 dw conv3x3s1, test=develop * add fp32 dw conv3x3s1, test=develop * add armv7 fp32 dw conv3x3s1, test=develop * add fp32 depthwise conv3x3s2, test=develop * fix fp32 conv3x3 depthwise build error, test=develop * fix gemm_like conv trans weights error, test=develop * fix int8 depthwise conv3x3 error, test=develop * turn on all test for arm fp32 conv, test=develop * fix int8 conv1x1 error * fix int8 direct conv3x3s1 error, test=develop * fix int8 direct conv3x3s2, test=develop * turn on all test for arm int8 conv, test=develop * fix int8 fc error, change mobilenetv1-int8 ground-truth result to fluid, test=develop * remove debug info, strip ut binary, test=develop * fix conv compute error, test=develop * change Init() to ReInitWhenNeeded(), test=develop * fix code style, test=develop * remote engine_test, test=develop * fix building server tests error, test=develop * fix sdot clang build error, test=develop * fix sgemm ut timeout error, test=develop * fix clang build error, test=develop * turn off math basic test due to ci time out, test=develop * fix conv_int8 ut error, test=develop
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-