- 21 2月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 20 2月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 14 2月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 13 2月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 12 2月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 24 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 21 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 19 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
* [NPU] reshape x,y,out node in elementwise ops
-
- 16 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 15 1月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 14 1月, 2020 2 次提交
-
-
由 zhupengyang 提交于
- enhance interp InferShape
-
由 myq406450149 提交于
* Support bitman backend
-
- 13 1月, 2020 3 次提交
-
-
由 hong19860320 提交于
-
由 zhupengyang 提交于
-
由 hong19860320 提交于
[LITE][NPU] Add instance_norm op bridge and unit test, refine the registration of op bridges (#2747)
-
- 09 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 08 1月, 2020 2 次提交
-
-
由 hong19860320 提交于
[LITE][CORE][NPU][XPU] Recording the data type when mutable_data() is called, and supporting the type inference from the tensor for the op bridges (#2735)
-
由 zhupengyang 提交于
* [NPU] enhance unittest for shuffle_channel, unsqueeze, pool test=develop
-
- 07 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 03 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 02 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 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)
-
- 10 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 09 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 07 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 03 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 30 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 29 11月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [NPU] add reduce_mean op bridge and unit test test=develop * refine xpu_pass place order; add bridges use test=develop
-
- 28 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
test=develop
-
- 27 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
add elementwise_sub, mul, div op bridge test=develop
-
- 26 11月, 2019 2 次提交
-
-
由 zhupengyang 提交于
test=develop
-
由 zhupengyang 提交于
* [XPU] update conv padding test=develop * [XPU] exclude xpu for passes test=develop * fix conv padding compute test=develop * [NPU] update 2-pad to 4-pad for conv and conv_transpose test=develop * reuse UpdatePadding code test=develop
-
- 25 11月, 2019 1 次提交
-
-
由 zhupengyang 提交于
fix errors for conv and conv_transpose test=develop
-
- 22 11月, 2019 1 次提交
-
-
由 HappyAngel 提交于
* fix conv 2-pad to 4-pad * fix compute conv shape * fix pad, test=develop * change conv_depthwise_3x3s1_fp.cc name to conv3x3s1p01_depthwise_fp32.cc to distinguish between conv3x3s1_depthwise_fp32.cc * delete printf note in conv3x3s1, test=develop * delete printf note, test=develop * delete gem_sdot.h, test=develop it is coped from __gemm_sdot_meta_.h * update compute padding, test=develop * fix padding size, must be 2 or 4. test=develop * fix format in operators/conv_op.cc, test=develop * change #if 0 to #if 1, test=develop * put 2-pad to 4-pad in AttachImpl, test=develop * fix clang-format error inn tests/math/connv_compute_test, test=develop * fix x86 test result error, test=develop * add asymmetric padding test case in liite/tests/math/conv_compute.cc, test=develop * change paddings type to support dynamically modify, test=develop * fix x86 build error in connv_compute_test, test=develop * fix opencl build error, test=develop * fix oopencl build error, test=develop * fix opencl/conv_compute build error, test=develop * fix opencl/conv_compute build error, test=develop * fix format in kernels/opencl/conv_computte_ttest,test=develop * fix build error, test=develop fix build error in kernels/x86/conv_compute.h
-