- 22 6月, 2020 1 次提交
-
-
由 dustybluebird 提交于
-
- 19 6月, 2020 2 次提交
-
-
由 mapingshuo 提交于
-
由 xiebaiyuan 提交于
-
- 17 6月, 2020 2 次提交
-
-
由 yongqiangma 提交于
* add op affine_grid. test=develop
-
由 HappyAngel 提交于
* fix concatt axis < 0 errorr,ttest=develop * fix format. test=develop
-
- 16 6月, 2020 1 次提交
-
-
由 cc 提交于
* Add retinanet_detection_output op, test=develop
-
- 15 6月, 2020 6 次提交
-
-
由 Wilber 提交于
-
由 yiicy 提交于
* [ARM] add where_index op, test=develop * [ARM] add where_index op, test=develop
-
由 yiicy 提交于
-
由 HappyAngel 提交于
* fix: winograd support unsame pad test=develop * feat: add winograd int8 kernel test=develop * fix: style fix test=develo * fix winograd_int8 ut sgement default. test=develop * close basic_test, test=develop Co-authored-by: NMyPandaShaoxiang <txg4794@163.com>
-
由 Qi Li 提交于
-
由 HappyAngel 提交于
* add grouup_norm * fix format. test=develop * fix xiaodu crash. test=develop
-
- 12 6月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
-
- 11 6月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 zhupengyang 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* add deformable Conv op * fix ut, test=develop * fix format. test=develop * test=develop * delete unuseful message. test=develop
-
- 05 6月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
* [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop expend opencl kernel & unit test ,test=develop * [OPENCL] develop expend opencl kernel & unit test ,test=develop
-
- 04 6月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Add local work size, global work size for opencl profiler; fix bug for variable inference pass. test=develop (#3741)
-
由 xiebaiyuan 提交于
* [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop * [OPENCL] develop pixel_shuffle opencl kernel & unit test ,test=develop
-
- 03 6月, 2020 1 次提交
-
-
由 yiicy 提交于
int8 direct_conv, dw_conv add relu6 and leaky relu fusion
-
- 01 6月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 HappyAngel 提交于
* improve 3x3s1 direct profile * add gemv+relu6/lleakyRelu * fix relu6 problem, test=develop * fix format, test=develop * add six / scale , test=develop
-
- 28 5月, 2020 1 次提交
-
-
由 T8T9 提交于
* reduce .so size. test=develop * compile all targets when LITE_ON_TINY_PUBLISH=OFF * unordered_map is more convenient when key is customized class * test=develop
-
- 27 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][DOC] Add kernel profiler doc for add operation. test=develop * add argmax profiler info. test=develop
-
- 26 5月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix pooling bug and speed * add 2x2s2p1 pooling. test=develop * fix conflict, test=develop
-
- 25 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 21 5月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][PROFILE] Enhance ARM CPU profiler with real backend kernel. test=develop
-
由 zhupengyang 提交于
-
- 20 5月, 2020 1 次提交
-
-
由 Yuan Shuai 提交于
-
- 18 5月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
[LITE][OPENCL] Enhance Profiler for OpenCL with in/out/filter shape, macs/macs_ps, real backend kernel etc. (#3641) * [LITE][OPENCL] Enhance Precision Profiler for OpenCL. test=develop
-
由 Wilber 提交于
movs unsqueeze frm arm to host.
-
- 17 5月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 15 5月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 Wilber 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 12 5月, 2020 2 次提交
-
-
由 Cwndmiao 提交于
[LITE][XPU] 1. Add precision switch(int16/int31) in XPUMultiEncoderOp; 2. Fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN; 3. Enhance |__xpu__multi_encoder_fuse_pass|; (#3596) * [LITE][XPU] Add precision switch(int16/int31) in XPUMultiEncoderOp * [LITE][XPU] fix identity_dropout_eliminate_pass, |AttrType| of 'is_test' in OpDesc can be INT or BOOLEAN * test=develop * [LITE][XPU] suppress linkage error test=develop * [LITE][XPU] 1. Reorder |identity_dropout_eliminate_pass| before |__xpu__multi_encoder_fuse_pass|; 2. Enhance |__xpu__multi_encoder_fuse_pass|, it works well in more scenarios; test=develop * [LITE][XPU] Remove XPUConfig test=develop
-
由 zhupengyang 提交于
-
- 11 5月, 2020 1 次提交
-
-
由 silingtong123 提交于
* test=develop, support WITH_TESTING=ON on windows test=develop, modify the path of test_file in build_windows.bat test=develop, modify the docment of windows compilation test=develop, modify the document * test=develop, modify the build_windows.bat
-
- 09 5月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 zhupengyang 提交于
-