- 08 1月, 2020 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 * 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
-
由 zhupengyang 提交于
* [NPU] enhance unittest for shuffle_channel, unsqueeze, pool test=develop
-
- 07 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 03 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 31 12月, 2019 3 次提交
-
-
由 Wilber 提交于
X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_MKL=ON -DLITE_WITH_CUDA=ON -DWITH_MKLDNN=OFF -DLITE_WITH_X86=ON -DLITE_WITH_PROFILE=OFF -DWITH_LITE=OFF -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF -DWITH_PYTHON=OFF -DWITH_TESTING=ON -DLITE_WITH_ARM=OFF -DLITE_ON_TINY_PUBLISH=OFF -DCUDNN_ROOT=/usr/local/cudnn/ -DLITE_BUILD_EXTRA=ON (#2708) x86 and cuda compile simutaneously
-
由 zhupengyang 提交于
test=develop
-
由 hong19860320 提交于
* Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU. * Refine the registration of op bridges and make it similar to the registration of op and kernel. * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor. * Add the unit test of the scale and softmax op bridge for NPU.
-
- 26 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 25 12月, 2019 2 次提交
-
-
由 juncaipeng 提交于
* fix op inputs and outputs type, test=develop
-
由 Yiqun Liu 提交于
* Remove GEMM padding in fc_compute. test=develop * Write a common ParallelFor function to run the for loop in parallel. * Add the codes of padding GEMM back in fc. * Refine the code of fc when padding_weight is false to avoid the definition of temporary Tensor. * Refine the unit test of fc and add testing case of padding and parallel. test=develop * Enable more test cases in common fc unittest, including padding and parallel for x86 target. * Remove the fc test under kernels/x86. test=develop * Disable relu in test of fc for non-x86 target. test=develop * Change the eps of arm. test=develop
-
- 24 12月, 2019 5 次提交
-
-
由 zhupengyang 提交于
-
由 hong19860320 提交于
-
由 hong19860320 提交于
* Support multiple types for XPU and NPU op bridges * Add lookup_table, gather, slice, stack and scale op bridges for supporting BERT * Fix the definition of lookup_table kernel for X86
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [XPU] elementwise_add unit test * [XPU] softmax unit test test=develop
-
- 23 12月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 21 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 20 12月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [XPU] add transpose bridge and unit test test=develop
-
- 19 12月, 2019 1 次提交
-
-
由 yiicy 提交于
* [ARM] change global pooling choose kernel policy, test=develop
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* Support Mask RCNN2 (#2588)
-
- 17 12月, 2019 1 次提交
-
-
由 HappyAngel 提交于
-
- 13 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU][XPU] Refine subgraph pass, and support NPU/XPU model generation at execution time (#2576)
-
- 10 12月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 07 12月, 2019 1 次提交
-
-
由 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
-
- 04 12月, 2019 1 次提交
-
-
由 石晓伟 提交于
-
- 28 11月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 27 11月, 2019 1 次提交
-
-
由 myq406450149 提交于
* fill_constant can support shape is tensor or tensorlist
-
- 22 11月, 2019 4 次提交
-
-
由 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
-
由 HappyAngel 提交于
* add nhwc to nchw * add layout in funcs * change layout as extra, test=develop * change make, test=develop * use template class method to update layout NNCHHW and NHWC transform, test=develop * fix cmake error, set layout to extra, test=develop * fix test_layout_compute_arm test, its extra * layout is extra, test=develop * fix error in kernels/arm/layout_comput.cc when register kernel, DataLayout must be NCHW, test=develop * delete extra note, test=develop * delete extra test * delete layout_test, test=develop , its in tests/math/layout_comput_test * delete extrat test, test=develop
-
由 yiicy 提交于
* unfinish sgemmc4 * finish armv8 sgemmc4 * arm add sgemmc4 with deal with remain * [ARM] add sgemmc4 small kernel, test=develop
-
由 HappyAngel 提交于
* fix pooling bug and speed * fix build error * delete VLOGin pool, test=develop * add openmp, test=develop * fix lite/kernels/arm/pool_compute_test basic_pooling compute error bug, test=develop * update pooling 2-pad to 4-pad, test=develop * fix 2-pad to 4-pad in operators/pool_op.h, AttachKernel will set param, so 2-pad to 4-pad funcs should put in AttachKernel. test=ddevellop * put 2-pad to 4-pad in AttachImpl, test=develop * according to reviews, fix some format error. test=develop * fix format errorr, add (). test=develop * change paddings type to support dynamically modify, test=develop * update padding type int other devices, test=develop * fix x8d build error on shared_ptr, test=ddevelop * fix formmat in operators pool_op.cc, test=develop
-
- 20 11月, 2019 1 次提交
-
-
由 yiicy 提交于
* [ARM] sgemv support transA, test=develop * add sgemv ut, test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 yiicy 提交于
-
- 16 11月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 13 11月, 2019 2 次提交
-
-
由 liu zhengxi 提交于
align the lite nearest, bilinear op to fluid on arm and cuda
-
由 juncaipeng 提交于
* fix error for AxesTensorList in unsqueeze op
-
- 12 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
-
由 juncaipeng 提交于
* update concat and unsqueeze, test=develop
-
- 11 11月, 2019 1 次提交
-
-
由 HappyAngel 提交于
* fix pooling bug and speed * fix build error * delete VLOG in pool, test=develop * add openmp, test=develop * fix lite/kernels/arm/pool_compute_test basic_pooling compute error bug, test=develop
-