- 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
-
- 13 5月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 23 3月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 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.
-
- 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)
-
- 09 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 30 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 14 11月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 08 11月, 2019 1 次提交
-
-
由 hong19860320 提交于
[LITE][NPU] Add fusion_elementwise_add_activation bridge, remove the limitation of the dimensions of input tensors in the graph compute kernel, and refine log message (#2395) test=develop
-
- 30 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
-
- 29 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
* Add supporting for Huawei offical DDK * Fix the param of graph op in NPU graph computing kernel
-
- 17 10月, 2019 1 次提交
-
-
由 zhupengyang 提交于
* move lite/backends/npu/bridges --> lite/kernels/npu/ test=develop * fix namespace for npu test=develop * mv npu runtime file to lite/backends/npu test=develop
-
- 15 10月, 2019 1 次提交
-
-
由 hong19860320 提交于
* [NPU] Fix the bug of loading multi NPU models test=develop * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework test=develop * [NPU] Remove redundant header files for NPU bridges, test=develop * [NPU] fix NPU deps test=develop * [NPU] refine the compiling script for NPU test=develop * [NPU] remove redundant subdirectory in lite/CMakeLists.txt test=develop * [NPU] Fix and refine NPU test case test=develop * [NPU] revoke the modification of other non-NPU modules test=develop * [NPU] Remove NPU bridges if target is tiny publish test=develop
-
- 03 9月, 2019 1 次提交
-
-
由 huzhiqiang 提交于
-