- 09 1月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 31 12月, 2019 2 次提交
-
-
由 juncaipeng 提交于
add clear for tensor
-
由 juncaipeng 提交于
* fix yolov3 bug when run several times, test=develop
-
- 30 12月, 2019 2 次提交
-
-
由 huzhiqiang 提交于
* fix op inputs and outputs type, test=develop Co-authored-by: Njuncaipeng <52520497+juncaipeng@users.noreply.github.com>
-
由 yiicy 提交于
-
- 27 12月, 2019 2 次提交
-
-
由 huzhiqiang 提交于
-
由 huzhiqiang 提交于
-
- 26 12月, 2019 1 次提交
-
-
由 xiaogang 提交于
* feat: add multi_thread ut
-
- 25 12月, 2019 3 次提交
-
-
由 huzhiqiang 提交于
-
由 yiicy 提交于
-
由 juncaipeng 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 23 12月, 2019 6 次提交
-
-
由 HappyAngel 提交于
* add cv image process * fix arm liunx build error * add LITE_WITH_CV defien to make cv, test=develop * fix cv format, annd add describe in utils/cv * delete some Meaningless comments, test=develop * set LITE_WITH_CV=OFF in build.sh, test=develop * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop * according to reviews to redefine paddle_image_preprocess.h, test=develop * add detailed note of flipParam, test=develop * fix format in paddle_image_preprocess.h, test=develop * fix error when build x86. test=develop lite_with_X86 does not contain lite_with_cv * fix cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop * according to review change, test=develop * chang grb to rgb, test=develop * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop * fix format, test=develop * fix model_optimize bug, update concat and split op, speed up, test=develop * update split speed, test=develop * fix format, test=develop * add classify demo inn demo/cxx/ , test=develop * fix formart inn mobile_classify, test=develop * delete some note and extra code, test=develop * remove test.jpg and labels.txt, test=develop
-
由 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 * fix ccompute shape error in ooperators/conv_op.h, test=develop * add conv_reelu6 and conv leaky_relu in conv_3x3s1_direct * add conv_relu6 in c1, c2, c4,test=develop * fix conflict in conv_bloock_utils.h, test=develop * add relu6 and leankyrelu in conv_3x3s1_dw * add conv_3x3s1px_dw relu6 and leaky_relu fusion, test=develop * fix conflict in tests/math/conv_compute_arm, test=develop * fix build error in winograd arm, test=develop * channge act_param as pointer in conv_block_tuils.h, test=develop * fix winograd in no equal 4-padding compute error, test=develop * add conv relu6 and leaky_relu in conv_dw_3x3s2, test=develop * fix format, test=develop * fix format in conv_block_utils, test=develop * move updatePadding from conv_op.cc to conv_op.h, test=develop * fix format conv_op.h, test=develop * fix buuilde error in conv_oop.h, test=develop * remove flag_relu parameter in conv_3x3_depthwise, test=develop
-
由 Wilber 提交于
add sequence_pool_concat fuse pass add fuse kernel
-
由 yiicy 提交于
-
由 yiicy 提交于
-
由 liu zhengxi 提交于
-
- 21 12月, 2019 2 次提交
-
-
由 xiebaiyuan 提交于
* [mobile] fix part package , opt log ,test=mobile * fix code style ,test=mobile * [mobile]code style ,test=mobile * fix code style ,test=mobile
-
由 zhupengyang 提交于
test=develop
-
- 20 12月, 2019 6 次提交
-
-
由 xiebaiyuan 提交于
-
由 Jiaying Zhao 提交于
-
由 zhupengyang 提交于
test=develop
-
由 Jiaying Zhao 提交于
* [mobile]Add multi input interface in inference api. * [Mobile]Open switch of mobile/test/CMakeLists.txt to build all test. * [Mobile]Fix ci compile error. * [Mobile]Change test_inference_api_v2 to test multi input and output.
-
由 Wilber 提交于
add var_conv_2d + relu fuse pass
-
由 zhupengyang 提交于
* [XPU] add transpose bridge and unit test test=develop
-
- 19 12月, 2019 9 次提交
-
-
由 xiebaiyuan 提交于
* suite scale in nearest_interp_op ,test=mobile * suite scale in nearest_interp_op && fix grid_sampler_kernel.cl ,test=mobile * suite scale in nearest_interp_op && fix grid_sampler_kernel.cl && fix code style ,test=mobile
-
由 NazgulLee 提交于
-
由 石晓伟 提交于
-
由 Wilber 提交于
* optimize content-dnn cuda kernel
-
由 xiaogang 提交于
* feature: update fpga kernel patch
-
由 TianXiaogang 提交于
-
由 yiicy 提交于
* [ARM] change global pooling choose kernel policy, test=develop
-
由 xiebaiyuan 提交于
-
由 xiebaiyuan 提交于
* develop expend op for erciyuan ,test=mobile * develop expend op for erciyuan && code style ,test=mobile
-
- 18 12月, 2019 3 次提交
-
-
由 Jiaying Zhao 提交于
-
由 juncaipeng 提交于
* Support Mask RCNN2 (#2588)
-
由 liu zhengxi 提交于
* add set_cpu_math_library_math_threads for lite x86 platform, test=develop * update the #if defined and add a condition LITE_WITH_X86, test=develop * add if not defined LITE_ON_MODEL_OPTIMIZE_TOOL, test=develop
-
- 17 12月, 2019 2 次提交
-
-
由 HappyAngel 提交于
-
由 HappyAngel 提交于
* add cv image process * fix arm liunx build error * add LITE_WITH_CV defien to make cv, test=develop * fix cv format, annd add describe in utils/cv * delete some Meaningless comments, test=develop * set LITE_WITH_CV=OFF in build.sh, test=develop * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop * according to reviews to redefine paddle_image_preprocess.h, test=develop * add detailed note of flipParam, test=develop * fix format in paddle_image_preprocess.h, test=develop * fix error when build x86. test=develop lite_with_X86 does not contain lite_with_cv * fix cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop * according to review change, test=develop * chang grb to rgb, test=develop * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop * fix format, test=develop
-