- 13 1月, 2020 1 次提交
-
-
由 baolei.an 提交于
-
- 11 1月, 2020 2 次提交
- 09 1月, 2020 2 次提交
- 03 1月, 2020 1 次提交
-
-
由 cen.li 提交于
* test=develop
-
- 27 12月, 2019 1 次提交
-
-
由 baolei.an 提交于
* fix code_style test=develop
-
- 16 12月, 2019 1 次提交
-
-
由 cen.li 提交于
* test=develop
-
- 12 12月, 2019 1 次提交
-
-
由 cen.li 提交于
* test=develop
-
- 06 12月, 2019 2 次提交
- 04 12月, 2019 1 次提交
-
-
由 cen.li 提交于
* fix code_style test=develop
-
- 28 11月, 2019 1 次提交
-
-
由 cen.li 提交于
-
- 23 11月, 2019 1 次提交
-
-
由 baolei.an 提交于
-
- 19 11月, 2019 2 次提交
- 15 11月, 2019 2 次提交
- 12 11月, 2019 3 次提交
-
-
由 baolei.an 提交于
-
由 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 2 次提交
-
-
由 Pei Yang 提交于
add cuda kernel:lookup table
-
由 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
-
- 08 11月, 2019 3 次提交
-
-
由 huzhiqiang 提交于
* move multiclass_nms kernel back to host test=develop * move layer_norm OP and arm_kernel into extra type since it's added after release/v2.0-beta1 and not related with CV test=develop * fix code_style test=develop
-
由 juncaipeng 提交于
-
由 hong19860320 提交于
[LITE][NPU] Add fusion_elementwise_add_activation bridge, remove the limitation of the dimensions of input tensors in the graph compute kernel, and refine log message (#2395) test=develop
-
- 07 11月, 2019 4 次提交
-
-
由 Wilber 提交于
fix jit::matmul bug. Input x shape is (m, k), weight shape is (k, n). When k < 512, m==1, and n is a multiple of 16, the weight pointer is not correctly updated in the group calculation in the implementation of jit::matmul, resulting in the result diff
-
由 TianXiaogang 提交于
mv deviceinfo.workspace and other relative member to thread_local_storage
-
由 Yuan Shuai 提交于
* Add CMAKE_BUILD_TYPE check for strip. test=develop
-
由 huzhiqiang 提交于
We have changed 11 arm_kernels into extra type in #2347 , which has caused test_compiling failure. In this PR , we move their 11 related arm_kernel_test into build_extra=ON
-
- 06 11月, 2019 7 次提交
-
-
由 juncaipeng 提交于
* add channel_wise_dequantized_max_abs op and ChannelWiseDequantOpFuser, test=develop
-
由 xiebaiyuan 提交于
optimise conv 1x1 ... ,test=develop (#2388)
-
由 Wilber 提交于
update reshape op to support multiple input types of shape. priority: input(ShapeTensor) > input(Shape) > attr(shape) update slice op to support multiple iput types of starts and ends. priority: input(StartsTensor) > input(StartsTensorList) > attr(starts)
-
由 Wilber 提交于
fill_constant kernel only registered float type, only the float data type is produced, which is obviously a bug. Now, produce data based on the data type attr. By the way, fix the cast kernel bug.
-
由 huzhiqiang 提交于
-
由 sangoly 提交于
-
由 TianXiaogang 提交于
* fix: fix omp thread bug * fix: fix compile android level & test=develop * fix: fix omp bug * fix: fix omp bug test=develop
-
- 05 11月, 2019 3 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 sangoly 提交于
-