- 14 8月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix 3x3s2p0 max compute error when input_padding is not equal * fix format. test=develop
-
- 23 7月, 2020 1 次提交
-
-
由 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
-
- 17 7月, 2020 1 次提交
-
-
由 ysh329 提交于
* [cherry-pick][OPENCL] remove conv redundant's for opencl kernel. test=develop Co-authored-by: Nxiebaiyuan <xiebaiyuan@qq.com>
-
- 09 7月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* [arm]add 2x2s2p1 pooling (#3705) * fix pooling bug and speed * add 2x2s2p1 pooling. test=develop * fix conflict, test=develop * fix conflict in wino * [arm] add 3x3s1 Winograd int8 (#3767) * 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> * fix xiaodu crash in gemm prepacked * in huwen phone, 3x3s2p0 avg pooling will rand crash, other phone does not have this feature * [arm] update con int8 kernel choose (#3834) * fix conv int8 kernel choose and sooftmax compute bug * change axis_size = 4 kernel choose, test=develop * fix format. test=develop * fix format.test=develop * fix build test=develop * fix buiild error test=develop * fix wino_int8 computte erroor. test=develop * Update the link to debug, test=develop, test=document_fix (#3870) (#3871) Co-authored-by: NMyPandaShaoxiang <txg4794@163.com> Co-authored-by: Ncc <52520497+juncaipeng@users.noreply.github.com>
-
- 21 4月, 2020 2 次提交
- 20 4月, 2020 2 次提交
- 14 4月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 13 4月, 2020 1 次提交
-
-
由 cc 提交于
-
- 08 4月, 2020 1 次提交
-
-
由 cc 提交于
* Add hard_swish, ctc_align and reciprocal op, test=develop * Move some activation ops to extra, test=develop
-
- 27 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
-
- 23 3月, 2020 2 次提交
-
-
由 HappyAngel 提交于
* fxi ff, test=develop * delete bgr_flip, test=develop
-
由 xiaogang 提交于
-
- 16 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][ARM] comment assembly of layout armv7 cpu. test=develop
-
由 mapingshuo 提交于
* add backend * add kernel * add grad kernel
-
- 14 3月, 2020 2 次提交
-
-
由 HappyAngel 提交于
* 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
-
由 yiicy 提交于
* [ARM] improve sgemm performance with relu, relu6 and leakey relu, test=develop * [ARM] improve sgemm performance with relu, relu6 and leakey relu, 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
-
- 06 3月, 2020 1 次提交
-
-
由 xiaogang 提交于
* fix: fix nlp ops input and output type * fix: add elementwise x_dims>y_dims case
-
- 05 3月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 04 3月, 2020 2 次提交
-
-
由 zhupengyang 提交于
* scale support int32 input
-
由 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
-
- 28 2月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sequence_conv op and arm kernel * add test, test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * modify code style. test=develop * fix ut, test=develop * delete unused code, test=develop
-
- 27 2月, 2020 1 次提交
-
-
由 xiaogang 提交于
* feat: add lstm op && kernel test=develop
-
- 24 2月, 2020 1 次提交
-
-
由 cc 提交于
* Support lac model, fix bug for argmax lod_reset, test=develop
-
- 22 2月, 2020 1 次提交
-
-
由 HappyAngel 提交于
-
- 20 2月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix caliberate error, values from [-128, 127] to [-127, 127], test=develop * add classify demo and detection demo, test=develop
-
- 18 2月, 2020 1 次提交
-
-
由 yiicy 提交于
-
- 12 2月, 2020 3 次提交
-
-
由 HappyAngel 提交于
* fix con+relu6/leakyRelu fusion in Fp32, test=develop * note m=397 in sgemv_int8 ut, test=develop * fix ios build error. test=develop
-
由 xiaogang 提交于
fix conv_winograd multithreads bug
-
由 yiicy 提交于
* [ARM] add 5x5s2 depthwise conv armv8 impl, test=develop * [ARM] add int8 5x5s2 dw conv armv7 impl, test=develop * [ARM] add int8 5x5s2 dw conv impl, test=develop * [ARM] close int8 conv ut, test=develop
-
- 05 2月, 2020 1 次提交
-
-
由 HappyAngel 提交于
[arm] fix conv_dw leakyRelu compute error
-
- 04 2月, 2020 1 次提交
-
-
由 yiicy 提交于
* refactor 5x5s1 dw conv armv8, test=develop * [ARM] refactor depthwise conv 5x5s1, and support relu6, leakey relu, test=develop * [ARM] sgemv support fuse relu6 and leakey relu,test=develop * [ARM] reduce some conv ut case, test=develop * [ARM] fix 5x5dw conv pick kernel bug, test=develop * fix code style, test=develop * [ARM] fix sgemv fuse relu6 bug, test=develop * [ARM] fix fp32 5x5s1 dw bug, test=develop * [ARM] fix fp32 5x5 dw conv pick kernel bug, test=develop
-
- 19 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
-
- 17 1月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 16 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
1. add conv_5x5s2_dw to support any padding 2. add 1x1s2pooling impl 3. fix conv dw 3x3 s1p01 bug
-
- 15 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
* fix, test=develop * add fc_relu, test=develop
-
- 14 1月, 2020 1 次提交
-
-
由 HappyAngel 提交于
add gemm + relu6/leakyrelu fusion
-