- 22 7月, 2020 1 次提交
-
-
由 hong19860320 提交于
* [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
-
- 10 7月, 2020 1 次提交
-
-
由 Qi Li 提交于
* [NPU] enhance cache offline model, 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
-
- 25 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 15 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 07 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 01 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 23 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 16 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* [NPU] subgraph's precision register to kAny
-
- 10 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* [NPU] revert shape check for input&output * [NPU] reshape elt input&output
-
- 21 2月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 20 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 1月, 2020 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU] Add instance_norm op bridge and unit test, refine the registration of op bridges (#2747)
-
- 31 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
* Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU. * Refine the registration of op bridges and make it similar to the registration of op and kernel. * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor. * Add the unit test of the scale and softmax op bridge for NPU.
-
- 27 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
* Support multiple types for XPU and NPU op bridges * Add lookup_table, gather, slice, stack and scale op bridges for supporting BERT * Fix the definition of lookup_table kernel for X86
-
- 13 12月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU][XPU] Refine subgraph pass, and support NPU/XPU model generation at execution time (#2576)
-