Commit Graph

7281 Commits

Author SHA1 Message Date
yangruoqi713 ac1d19ce57 [MS][LITE] optimize arm cpu fp16 op: conv depthwise fp16 2020-08-15 14:15:43 +08:00
gongdaguo 4c80cdd852 add lite test model 2020-08-15 14:13:16 +08:00
mindspore-ci-bot d908f3266a !4468 fix int8 conv per layer bug && fix fp16 conv multi thread bug
Merge pull request !4468 from fuzhiye/tmp
2020-08-15 14:08:05 +08:00
mindspore-ci-bot ca7ec00c71 !4479 Fix gpu registration macro to work with type unsigned char
Merge pull request !4479 from Peilin/gpu-reg-macro-fix
2020-08-15 14:01:08 +08:00
mindspore-ci-bot 2e79ff2eef !4481 ROIAlignGrad kernel output size is wrong
Merge pull request !4481 from JonathanY/roiwrapper
2020-08-15 14:00:33 +08:00
fuzhiye e4611ac0ac 1.fix fp16 conv multi thread bug
2. fix bug of int8 conv per layer param
3. Add return error when set quant param failed
2020-08-15 13:36:05 +08:00
mindspore-ci-bot 9f635e52c7 !4463 change some wrong log about static memory
Merge pull request !4463 from liangzelang/fix-static-memory-size-log
2020-08-15 12:42:49 +08:00
liuxiao93 0453de5df9 Modified API description about BatchToSpace and BatchToSpaceND. 2020-08-15 12:13:25 +08:00
zhaodezan ef30fd37c6 add the seventh caffe gate 2020-08-14 23:58:07 -04:00
mindspore-ci-bot dcec36778e !4471 fix caffe prelu
Merge pull request !4471 from zhaodezan/master
2020-08-15 11:52:31 +08:00
mindspore-ci-bot 0a01bed4cb !4485 add reduce ops int8
Merge pull request !4485 from zhaozhenlong/lite/op/int8/reduce_mean_sum
2020-08-15 11:40:22 +08:00
mindspore-ci-bot 6d549417f0 !4484 fix perlayer quantization
Merge pull request !4484 from xutianchun/post_quant
2020-08-15 11:39:54 +08:00
yao_yf 68ba6532c4 add field in stra ckpt 2020-08-15 11:37:58 +08:00
mindspore-ci-bot 3db59cca81 !4488 supplement caffe permute parser
Merge pull request !4488 from lyvette/master
2020-08-15 11:32:38 +08:00
mindspore-ci-bot 15496ff5a4 !4388 Third round of enhancement of API comment & README_CN
Merge pull request !4388 from Simson/enhancement-API
2020-08-15 11:29:24 +08:00
mindspore-ci-bot ac4532e664 !4487 [MS][LITE] fix bug of arm cpu int8 op: conv_depthwise
Merge pull request !4487 from yangruoqi713/lite
2020-08-15 11:24:46 +08:00
lyvette 6b09c038f0 supplement caffe permute parser
supplement caffe permute parser
2020-08-15 11:20:41 +08:00
zhaozhenlong 4d6f6181d3 Reduce int8 2020-08-15 11:18:31 +08:00
yangruoqi713 6bf9732369 [MS][LITE] fix bug of arm cpu int8 op: conv depthwise int8 2020-08-15 11:09:40 +08:00
mindspore-ci-bot 152aa1144b !4459 modify ssd and yolov3_quant script
Merge pull request !4459 from chengxb7532/master
2020-08-15 10:30:19 +08:00
mindspore-ci-bot 94e7421bc3 !4390 fix lite opencl: new (std::nothrow) xxx
Merge pull request !4390 from liuzhongkai/leaky_relu
2020-08-15 10:26:26 +08:00
mindspore-ci-bot e18eb23c29 !4480 C++ API Support: Provide validate dataset param functions
Merge pull request !4480 from cathwong/ckw_c_api_validateparms2_const
2020-08-15 10:11:39 +08:00
mindspore-ci-bot b34b7973be !4434 fix bug that lite_session GetInputs return repeated input tensor
Merge pull request !4434 from hangq/master
2020-08-15 09:57:42 +08:00
mindspore-ci-bot 8625a9c05b !4448 fix bug and add testcase
Merge pull request !4448 from sunsuodong/add_testcase
2020-08-15 09:56:03 +08:00
liuzhongkai 56d32b4e77 modify relu sigmoid leaky_relu in activation 2020-08-14 18:52:40 -07:00
huangdongrun 2a6d346d2f support if by if grad parameter
add join for ref

adjust env eliminate to eliminate all env ops

add partial app cache

resolve while endless

fix env eliminate

support for "for while" cases

fix join shape error
2020-08-15 09:47:10 +08:00
sunsuodong 704c0b9bf9 fix bug and add testcase 2020-08-15 09:37:29 +08:00
mindspore-ci-bot 6b120584c2 !4396 Fix static check problems
Merge pull request !4396 from Kang/opt
2020-08-15 09:34:54 +08:00
mindspore-ci-bot 9afdf9be9b !4399 matmul optimize
Merge pull request !4399 from ling/fc
2020-08-15 09:21:32 +08:00
mindspore-ci-bot 0c464ac324 !4288 create image with buffer for opencl allocator
Merge pull request !4288 from liuchao/allocator
2020-08-15 09:15:30 +08:00
Jonathan Yan 19d7488195 ROIAlignGrad kernel output size is wrong 2020-08-14 20:11:52 -04:00
Cathy Wong 9c8af0d1cf C++ API: Provide validate param functions 2020-08-14 17:54:38 -04:00
Peilin Wang 7baf5352ca allow unsigned char types during registration, convert char to unsigned char
fixed some bugs

fixed cpplint

fix cpplint
2020-08-14 17:50:05 -04:00
mindspore-ci-bot 7d70fb4dc4 !3769 add RandomColorOp
Merge pull request !3769 from Alexey_Shevlyakov/ColorOp
2020-08-14 23:43:08 +08:00
zhaodezan 934e359fcf fix caffe prelu 2020-08-14 09:41:56 -04:00
mindspore-ci-bot bf90c73155 !4446 fix bug in conv2d transpose
Merge pull request !4446 from chenzupeng/master-lite
2020-08-14 21:17:13 +08:00
Corleone f248c4805b create image with buffer for opencl allocator 2020-08-14 20:48:20 +08:00
liuxiao78 fce34b0213 fix API C++ 2020-08-14 20:41:00 +08:00
ling 523c3f1e87 fp32 matmul optimize 2020-08-14 20:35:02 +08:00
mindspore-ci-bot 55ef18a8d8 !4337 [MS][LITE] opencl operator `softmax` support iamge2d
Merge pull request !4337 from chenzhongming/lite
2020-08-14 20:20:55 +08:00
mindspore-ci-bot 0e4d2c2535 !4188 fix switch layer sigle prim cell
Merge pull request !4188 from riemann_penn/fix_switch_layer_sigle_prim_cell
2020-08-14 19:54:37 +08:00
wuyongkang 78611b5d5b fix static check problems 2020-08-14 19:27:52 +08:00
xutianchun 252c13fedd fix post quantization 2020-08-14 19:12:08 +08:00
mindspore-ci-bot eb4749642d !4460 update the codes of bert_thor
Merge pull request !4460 from zongha/master
2020-08-14 19:06:49 +08:00
mindspore-ci-bot df46f27053 !4441 [MS][LITE] optimize arm cpu fp32 op: add assembly function for conv depthwise border calculating
Merge pull request !4441 from yangruoqi713/lite
2020-08-14 18:38:10 +08:00
mindspore-ci-bot 32208e367e !4382 Adding resize function for donzen of operators
Merge pull request !4382 from zhangzheng/master
2020-08-14 18:30:20 +08:00
yangruoqi713 951a237a1d [MS][LITE] optimize arm cpu fp32 op: conv depthwise 2020-08-14 18:29:30 +08:00
mindspore-ci-bot fe834fb15d !4449 Add fp16 conv sliding window
Merge pull request !4449 from fuzhiye/tmp
2020-08-14 18:29:30 +08:00
fuzhiye f902997ed5 1.add fp16 conv sliding window
2.fix conv 3x3 bug
2020-08-14 18:20:20 +08:00
mindspore-ci-bot 2d22cbc335 !4461 [MS][LITE][Develop]crop support parallel
Merge pull request !4461 from chenjianping/lite_dev
2020-08-14 18:11:18 +08:00