- 17 3月, 2020 4 次提交
-
-
由 Santa An 提交于
* * support download bm_sdk, test=develop * [LITE][BM] add slice op * [LITE][BM] fix concat issue * [LITE][BM] support reduce full ops, test=develop * [LITE][BM] change test_resnet50 to change test_classify * [LITE][BM] add cast op * [LITE][BM] add reduce and other ops, test=develop * [LITE][BM] add reduce,cast and other ops, test=develop
-
由 石晓伟 提交于
* feature: buffer sharing, test=develop * fix the warning of buffer.h, test=develop * test cuda only if necessary, test=develop
-
由 Wilber 提交于
add cuda ci. Organize cuda compilation products.
-
由 mapingshuo 提交于
* add sgd op, test=develop * test=develop
-
- 16 3月, 2020 7 次提交
-
-
由 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
-
由 hong19860320 提交于
-
由 mapingshuo 提交于
* add backend * add kernel * add grad kernel
-
由 cc 提交于
-
由 cc 提交于
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
* [NPU] subgraph's precision register to kAny
-
- 15 3月, 2020 5 次提交
-
-
由 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 * fix ccompute shape error in ooperators/conv_op.h, test=develop * add opencl concat kernell * fix * fix * add model input test * fix build error * fix builld error * add ut in opencl * add ut * fix kernel name * fix kernel namedd * fix ut * add concat ut, test=develop * fix axis compute, test=develop * add other axis, test=develop * fix ut. test=develop * fix format * delete extra files, test=develop * fix origin, test=develop * fix format. test=develop * fix format2 test=develop * add leakyrelu and tanh compute * add init val * fix leakyrelu and tanh compute error, test=develop * fix leakyrelu and tanh compute error, test=develop * delete extra file, test=develop * delete file * fix format * delete extra file, test=develop * fix format, test=develop * fix format. test=develop * add grid sampler * reset act * fix conflict and readme, test=develop * fix ios run error, test=develop * fix ios run error * fix ios v8 run error * fix grid_sampler compute error. test=develop * fix exp act run error, test=develop * fix format, test=develop * fix format, test=develop * fix redefine error * fix format, test=develop * add bilinear interp * fix formart * fix build error * fix pad2d error * fix format * fixr * fix * fix format. test=develop * fix format, test=develop * fix resize error * fix format. test=develop * fix format, test=develop * fix format * note log(4) << x_image. test=develop * note x_image printf. test=develop * fix v7 clang bug. test=develop * fix format, test=develop * fix .a build bug, test=develop * fix resize bug * fix resize bug * test=develop * add cvv ut * fix clang v7 error * fix cv errorr, test=develop * fix conv test bug, test=develop * fix ut * fix ut , test=develop * fix format, test=develop * change ut, test=develop * change ut, test=develop * fix conv ut, test=develop * fix format, test=develop * fix resie bug * fix format, test=develop * fix compute error * fix format, test=develop * fix format, test=develop * fix memory bug, test=develop * fix format. test=develop * 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 * test=develop * fix build error, test=develop
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][OPENCL] fix opencl fc kernel. test=develop * [LITE][OPENCL] add lws for opencl conv image kernel. test=develop
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][OPENCL] fix opencl fc kernel. test=develop
-
由 xiebaiyuan 提交于
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][OPENCL] Fix issue(previous definition in gcc.a) armv7 gcc compile for opencl. test=develop
-
- 14 3月, 2020 7 次提交
-
-
由 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
-
由 HappyAngel 提交于
* fix resie bug * fix format, test=develop * fix memory bug, test=develop * fix format. test=develop
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop * [LITE][DEMO] fix input arg. test=develop * fix shutdownlog for std::endl. test=develop
-
由 Jiaying Zhao 提交于
-
由 Yuan Shuai 提交于
* [LITE][OPENCL] Change fp32 fc to fp16's. test=develop * fix act in conv3x3opt opencl kernel. test=develop
-
由 Yuan Shuai 提交于
* [LITE][DEMO] Enhance mobile_light demo. test=develop * fix print. test=develop
-
- 13 3月, 2020 4 次提交
-
-
由 Jiaying Zhao 提交于
-
由 xiaogang 提交于
-
由 HappyAngel 提交于
* fix clang v7 error * change ut, test=develop * fix conv ut, test=develop
-
由 huzhiqiang 提交于
-
- 12 3月, 2020 3 次提交
-
-
由 hong19860320 提交于
* [Core] Fix findar for Clang test=develop * [CORE] Fix the missing of feed and fetch kernel when using light API to loade the optimized model test=develop
-
由 mapingshuo 提交于
* add mean op, test=develop * split forward and backward, test=develop
-
由 Yuan Shuai 提交于
-
- 11 3月, 2020 2 次提交
-
-
由 Yuan Shuai 提交于
-
由 yiicy 提交于
add pad2d image kernel and ut
-
- 10 3月, 2020 8 次提交
-
-
由 hong19860320 提交于
-
由 xiaogang 提交于
* feat: add dropout opencl kernel
-
由 cc 提交于
-
由 HappyAngel 提交于
* fix v7 clang bug. test=develop * fix format, test=develop * fix .a build bug, test=develop
-
由 cc 提交于
-
由 cc 提交于
-
由 zhupengyang 提交于
* [NPU] revert shape check for input&output * [NPU] reshape elt input&output
-
由 xiaogang 提交于
* feat: add opencl elementwise_sub op & ut
-