- 05 8月, 2020 1 次提交
-
-
由 ysh329 提交于
* add int32->int64 cast arm cpu kernel. test=develop
-
- 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
-
- 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>
-
- 22 6月, 2020 1 次提交
-
-
由 mapingshuo 提交于
-
- 21 4月, 2020 2 次提交
-
-
由 HappyAngel 提交于
* improve 3x3s1 direct profile * fix format, test=develop
-
由 xiaogang 提交于
-
- 20 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 17 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 16 4月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 15 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 14 4月, 2020 2 次提交
- 13 4月, 2020 2 次提交
-
-
由 zhupengyang 提交于
* [NPU] add shape bridge move shape arm kernel to host * enhance compare arm kernel * [NPU] add gather op bridge * enable reshape arm ut * [NPU] add lookup_table bridge
-
由 cc 提交于
-
- 08 4月, 2020 1 次提交
-
-
由 cc 提交于
* Add hard_swish, ctc_align and reciprocal op, test=develop * Move some activation ops to extra, test=develop
-
- 03 4月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 30 3月, 2020 1 次提交
-
-
由 xiaogang 提交于
fix sequence_pool bug
-
- 27 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
-
- 26 3月, 2020 2 次提交
- 25 3月, 2020 1 次提交
-
-
由 huzhiqiang 提交于
-
- 24 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* rename elementwise_sub_grad, test=develop * rename Grad to GRAD, test=develop * deal with case that Y@GRAD is empty, test=develop
-
- 23 3月, 2020 1 次提交
-
-
由 xiaogang 提交于
-
- 20 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* rm grad code * add mul_grad, test=develop
-
- 18 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 17 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sgd op, test=develop * test=develop
-
- 16 3月, 2020 2 次提交
-
-
由 mapingshuo 提交于
* add backend * add kernel * add grad kernel
-
由 zhupengyang 提交于
* [NPU] subgraph's precision register to kAny
-
- 13 3月, 2020 2 次提交
-
-
由 xiaogang 提交于
-
由 HappyAngel 提交于
* fix clang v7 error * change ut, test=develop * fix conv ut, test=develop
-
- 12 3月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add mean op, test=develop * split forward and backward, test=develop
-
- 10 3月, 2020 2 次提交
-
-
由 hong19860320 提交于
-
由 HappyAngel 提交于
* fix v7 clang bug. test=develop * fix format, test=develop * fix .a build bug, test=develop
-
- 09 3月, 2020 4 次提交
-
-
由 HappyAngel 提交于
* set arm_lang default is off. test=develop * fix resize error, test-develop
-
由 mapingshuo 提交于
* add lookup_dequant_op
-
由 zhupengyang 提交于
-
由 mapingshuo 提交于
-