- 19 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix memory leaky, test=develop
-
- 17 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
*fix yuv resize bug, test=develop * fix format, test=develop * fix build error, test=develop * fix resize, test=develop * move anakin rst, test=develop
-
- 16 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 15 3月, 2020 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 * fix ccompute shape error in ooperators/conv_op.h, test=develop * add opencl concat kernell * fix * fix * add model input test * fix build error * fix builld error * add ut in opencl * add ut * fix kernel name * fix kernel namedd * fix ut * add concat ut, test=develop * fix axis compute, test=develop * add other axis, test=develop * fix ut. test=develop * fix format * delete extra files, test=develop * fix origin, test=develop * fix format. test=develop * fix format2 test=develop * add leakyrelu and tanh compute * add init val * fix leakyrelu and tanh compute error, test=develop * fix leakyrelu and tanh compute error, test=develop * delete extra file, test=develop * delete file * fix format * delete extra file, test=develop * fix format, test=develop * fix format. test=develop * add grid sampler * reset act * fix conflict and readme, test=develop * fix ios run error, test=develop * fix ios run error * fix ios v8 run error * fix grid_sampler compute error. test=develop * fix exp act run error, test=develop * fix format, test=develop * fix format, test=develop * fix redefine error * fix format, test=develop * add bilinear interp * fix formart * fix build error * fix pad2d error * fix format * fixr * fix * fix format. test=develop * fix format, test=develop * fix resize error * fix format. test=develop * fix format, test=develop * fix format * note log(4) << x_image. test=develop * note x_image printf. test=develop * fix v7 clang bug. test=develop * fix format, test=develop * fix .a build bug, test=develop * fix resize bug * fix resize bug * test=develop * add cvv ut * fix clang v7 error * fix cv errorr, test=develop * fix conv test bug, test=develop * fix ut * fix ut , test=develop * fix format, test=develop * change ut, test=develop * change ut, test=develop * fix conv ut, test=develop * fix format, test=develop * fix resie bug * fix format, test=develop * fix compute error * fix format, test=develop * fix format, test=develop * fix memory bug, test=develop * fix format. test=develop * improve conv_dw profile with rel relu6 leakyrelu, test=develop * add depthwise, test=develop * fix ci error, test=develop * fix cv demo print, test=develop * test=develop * fix build error, test=develop
-
- 14 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix resie bug * fix format, test=develop * fix memory bug, test=develop * fix format. test=develop
-
- 13 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix clang v7 error * change ut, test=develop * fix conv ut, test=develop
-
- 09 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* set arm_lang default is off. test=develop * fix resize error, test-develop
-
- 08 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add lrn op * fix v7 build error, test=develop
-
- 06 3月, 2020 2 次提交
-
-
由 huzhiqiang 提交于
-
由 HappyAngel 提交于
* fix * fix format. test=develop * fix format, test=develop * fix resize error * fix format. test=develop * fix format, test=develop * fix format * note log(4) << x_image. test=develop * note x_image printf. test=develop
-
- 05 3月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
-
- 04 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add grid sampler * reset act * fix conflict and readme, test=develop * fix ios v8 run error * fix grid_sampler compute error. test=develop * fix exp act run error, test=develop * fix format, test=develop
-
- 03 3月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix leakyrelu and tanh compute error, test=develop * delete extra file, test=develop * reset act * fix conflict and readme, test=develop * fix ios run error, test=develop
-
- 22 2月, 2020 1 次提交
-
-
由 yiicy 提交于
fix tiny_publish link error when open LOG
-
- 08 1月, 2020 1 次提交
-
-
由 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 * 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 cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop * according to review change, 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 * add test_cv in cxx/demo * add test_cv READMEE, test=develoop * add note info, flip only support x, y, xy;rotate only support 90, 180, 270; test=develop * fix build error, paddle_cv_arm , test=develop * add GRAY to RGBA(BGRA) convert and RGBA(BGRA)_to_Tensor, test=develop * fix format from review, test=develop * fix makefile format. test=devellop * fix bbuuild v7 error, test=develop
-
- 26 12月, 2019 1 次提交
-
-
由 Wilber 提交于
-fix fluid-lite-subgraph x86 compile error - Replace FLAGS with environment variables
-
- 23 12月, 2019 1 次提交
-
-
由 HappyAngel 提交于
-
- 23 11月, 2019 1 次提交
-
-
由 sangoly 提交于
[Model Optimize Tool] enhance model optimize tool to supported specific tailoring test=develop (#2480)
-
- 22 11月, 2019 2 次提交
-
-
由 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
-
由 guofei 提交于
Modify stream.cc make armlinux can compile success in develop branch test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 sangoly 提交于
-
- 12 11月, 2019 1 次提交
-
-
由 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
-
- 05 11月, 2019 1 次提交
-
-
由 sangoly 提交于
-
- 23 10月, 2019 1 次提交
-
-
由 石晓伟 提交于
* update framework.proto * add compatibility check, test=develop * remove head files, test=develop
-
- 15 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
* [NPU] Fix the bug of loading multi NPU models test=develop * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework test=develop * [NPU] Remove redundant header files for NPU bridges, test=develop * [NPU] fix NPU deps test=develop * [NPU] refine the compiling script for NPU test=develop * [NPU] remove redundant subdirectory in lite/CMakeLists.txt test=develop * [NPU] Fix and refine NPU test case test=develop * [NPU] revoke the modification of other non-NPU modules test=develop * [NPU] Remove NPU bridges if target is tiny publish test=develop
-
- 14 10月, 2019 1 次提交
-
-
由 lijianshe02 提交于
* fix asr modle related kernel bugs test=develop
-
- 19 9月, 2019 1 次提交
-
-
由 石晓伟 提交于
* add full_api_static target and fix building errors, test=develop * fix build errors, test=develop * fix code style, test=develop * fix lite/model_parser/pb/var_desc.cc, test=develop * fix building errors, test=develop * modify lite/tools/debug/CMakeLists.txt, 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
-
- 12 9月, 2019 1 次提交
-
-
由 lijianshe02 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 01 9月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-
- 25 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 24 8月, 2019 2 次提交
-
-
由 hong19860320 提交于
test=develop
-
由 sangoly 提交于
-
- 22 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 16 8月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-