- 19 9月, 2020 3 次提交
-
-
由 hong19860320 提交于
Revert "[RKNPU][APU] Fix the incorrect inference results from mobilenetv1-int8 on RKNPU and APU (#4368)" This reverts commit f8d7d2be.
-
由 hong19860320 提交于
-
由 zhupengyang 提交于
-
- 18 9月, 2020 1 次提交
-
-
由 Qi Li 提交于
* [DOC] update paddle lite docs (#4329) * [DOC] fix doc of support models tutorials and arch, test=develop, test=document_fix * [DOC] update architecture, test=develop, test=document_fix * [DOC] some updates based on v2.6, test=develop, test=document_fix
-
- 16 9月, 2020 1 次提交
-
-
由 zhaoyang-star 提交于
* [Bugfix][OpenCL] fix depthwise_conv2d_3x3 with dilation > 1 (#4281) Co-authored-by: Nysh329 <ysh329@users.noreply.github.com>
-
- 15 9月, 2020 3 次提交
-
-
由 ysh329 提交于
[cherry-pick][PROFILE][BugFix] Precision profiler writes output tensor to files for each op; Fix dropout opencl kernel register (#4331) * cherry-pick from #4255, write output tensor to file. test=develop * cherry-pick from fix opencl dropout. test=develop (#4253)
-
由 hong19860320 提交于
-
由 zhaoyang-star 提交于
* [BugFix][OpenCL] Fix concat image impl when concat axis is not 1 * fix code when axis == 1. test=develop * fix illegal access when print debug info. test=develop * fix typo
-
- 13 9月, 2020 1 次提交
-
-
由 cc 提交于
-
- 10 9月, 2020 2 次提交
-
-
由 hong19860320 提交于
* [cherry-pick]platform portability of tls, test=develop (#4261) test=develop Co-authored-by: N石晓伟 <39303645+Shixiaowei02@users.noreply.github.com>
-
由 Qi Li 提交于
* [DOC] fix doc and update supported op list, test=develop, test=document_fix (#4248)
-
- 07 9月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 03 9月, 2020 1 次提交
-
-
由 Qi Li 提交于
* [DOC] add quick start, test=develop, test=document_fix (#4235) * [DOC] update compile doc dev (#4243)
-
- 02 9月, 2020 1 次提交
-
-
由 ysh329 提交于
* [BugFix][KERNEL][OPENCL] Fix conv3x3 group. test=develop (#4236) * cherry-pick Fix conv3x3 group * cherry-pick 394c2833(fix concat etc.). test=develop * cherry-pick transpose, transpose2(732bb91b). test=develop Co-authored-by: Ndustybluebird <blbrd@outlook.com>
-
- 01 9月, 2020 2 次提交
- 24 8月, 2020 1 次提交
-
-
由 ysh329 提交于
-
- 21 8月, 2020 1 次提交
-
-
由 ysh329 提交于
* fix remove tf redundant op pass. test=develop (#4158) * test=develop
-
- 20 8月, 2020 1 次提交
-
-
由 xiebaiyuan 提交于
* [OPENCL] if specify addr , do not need to modify. avoid mem copy * test=develop
-
- 19 8月, 2020 1 次提交
-
-
由 cc 提交于
-
- 14 8月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix 3x3s2p0 max compute error when input_padding is not equal * fix format. test=develop
-
- 13 8月, 2020 1 次提交
-
-
由 Qi Li 提交于
-
- 12 8月, 2020 2 次提交
- 05 8月, 2020 1 次提交
-
-
由 ysh329 提交于
* add int32->int64 cast arm cpu kernel. test=develop
-
- 03 8月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 01 8月, 2020 1 次提交
-
-
由 hong19860320 提交于
test=develop
-
- 30 7月, 2020 2 次提交
- 29 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
[ARM] [NPU] Fix the overflow of layer_norm op bridge, fix the registration of lstm op kernel (#4007) * [NPU] Fix the overflow of layer_norm op bridge test=develop * [ARM] Fix the registration of lstm op kernel test=develop
-
- 27 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
test=develop
-
- 24 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
[Cherry-pick][Compile] Fix the compiling of full publish with clang and c++_static for android (#3981) (#3989) test=develop
-
- 23 7月, 2020 2 次提交
-
-
由 ysh329 提交于
-
由 hong19860320 提交于
* [Cherry-pick][Core] Add the graph optimization of subblocks for transformer model (#3947) test=develop * [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception test=develop * Fix the dims of parent idx of the arm kernel of beam_search op * elementwise_mul supports int64_t data type with broadcasting * Add print op and kernel for debugging * Support throwing the exception when the internal error occurs * Refine while and conditional_block op kernel * Support the graph optimization on subblocks * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively *Add unit test for masked transformer model
-
- 19 7月, 2020 1 次提交
-
-
由 ysh329 提交于
* [OPENCL][API] add opencl valid api for device. test=develop (#3951)
-
- 17 7月, 2020 1 次提交
-
-
由 ysh329 提交于
* [cherry-pick][OPENCL] remove conv redundant's for opencl kernel. test=develop Co-authored-by: Nxiebaiyuan <xiebaiyuan@qq.com>
-
- 15 7月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 14 7月, 2020 2 次提交
-
-
由 zhaoyang-star 提交于
-
由 Qi Li 提交于
[cherry-pick] [NPU] apply npu cache offline model to other devices, test=develop (#3925), test=release/v2.6 (#3933)
-
- 13 7月, 2020 1 次提交
-
-
由 Qi Li 提交于
* [NPU] enhance cache offline model, test=develop
-