Commit Graph

8065 Commits

Author SHA1 Message Date
mindspore-ci-bot 73c4022ef4 !3775 remove the dtype convert when update output
Merge pull request !3775 from lianliguang/test-xiu-bug
2020-08-24 09:17:53 +08:00
mindspore-ci-bot 0f4e6d7336 !5004 [MS][LITE][Develop]optimize fp32 matmul kernel
Merge pull request !5004 from lixian/master
2020-08-24 09:10:53 +08:00
mindspore-ci-bot 56835aaf88 !5005 Fix the bug in the formula in Bernoulli log_probs
Merge pull request !5005 from zichun_ye/fix_bernoulli_probs
2020-08-24 09:09:43 +08:00
mindspore-ci-bot 0bbce9367e !4772 Adding AlbumDataset for device training
Merge pull request !4772 from EricZ/ms-album
2020-08-24 08:27:14 +08:00
Zichun Ye 9e7d6e2397 fix bernoulli prob formula; fix some other minor bugs
update threshold of softplus computation

support fp for bernoulli and geometric distribution
2020-08-23 17:49:09 -04:00
lixian 811940bc55 change fp32 kernel to 12x8 2020-08-23 21:02:42 +08:00
mindspore-ci-bot befc209480 !4805 [MS][LITE]add nnacl readme
Merge pull request !4805 from zhaizhiqiang/master
2020-08-23 18:32:18 +08:00
mindspore-ci-bot c5279ecf35 !5001 [MS][LITE][Develop]fix fp16 kernel register
Merge pull request !5001 from sunsuodong/fixfp16
2020-08-23 17:11:42 +08:00
mindspore-ci-bot d2de60f1d5 !4991 [MS][LITE] arm cpu fp32 op: add common functions and slidewindow for conv depthwise
Merge pull request !4991 from yangruoqi713/conv_dw_lite
2020-08-23 17:08:04 +08:00
mindspore-ci-bot dc13718ce2 !4974 [MS][LITE][Develop]fp16 conv1x1 bug
Merge pull request !4974 from ling/sr
2020-08-23 17:06:41 +08:00
mindspore-ci-bot 7dbe9f7067 !4986 optimize prule
Merge pull request !4986 from fuzhiye/tmp
2020-08-23 17:05:41 +08:00
fuzhiye 2c9daf0f14 optimize prule 2020-08-23 16:57:16 +08:00
sunsuodong bcd97d9751 fix fp16 2020-08-23 16:49:02 +08:00
mindspore-ci-bot 7b8229d644 !4913 transform bn to scale
Merge pull request !4913 from zhengjun10/master
2020-08-23 16:37:07 +08:00
mindspore-ci-bot e3c053c4ff !4961 Optimize the performance of BatchNorm and FusedBatchNorm, add Fp16 kernel
Merge pull request !4961 from sunsuodong/batch_norm_fp16
2020-08-23 16:36:33 +08:00
yangruoqi713 b4551670a9 [MS][LITE] arm cpu fp32 op: conv depthwise 2020-08-23 15:56:50 +08:00
sunsuodong 9734f2a88e batch_norm_fp16 2020-08-23 15:44:53 +08:00
zhengjun10 204ab11572 add bn convert scale pass 2020-08-23 14:48:33 +08:00
mindspore-ci-bot 80d570f003 !4999 change long to int64
Merge pull request !4999 from yeyunpeng2020/primitive
2020-08-23 14:16:51 +08:00
yeyunpeng 6b46acb39e change long to int64 2020-08-23 12:14:37 +08:00
mindspore-ci-bot dde257592b !4870 add UnPack method in ops & remove anf_importer populater
Merge pull request !4870 from hangq/primitive
2020-08-23 10:57:32 +08:00
Eric c79db93c48 Initial commit for album
Added linter fix for album dataset

Added testDataset

Adding signature

Added JsonDataset example API

Example dataset

Resolving format

More fixing

Refactor

Small fix

Added compiling album dataset

Running tests

Added linter fix #1

Passing UT

Added dataset API

Addressing clang

Clang part 2

Fixing pass

Fixed tree check

lint fix

Added lint fix part 2
2020-08-22 11:07:10 -04:00
hangq 28e3508718 add UnPack method in ops & remove anf_importer populater 2020-08-22 22:29:13 +08:00
mindspore-ci-bot 07a75658bf !4995 [MS][LITE][Develop]stack support int32
Merge pull request !4995 from chenjianping/lite_dev2
2020-08-22 18:44:51 +08:00
ling 0fac817a2d [MS][LITE][Develop]Fp16 conv1x1 bug 2020-08-22 18:30:16 +08:00
chenjianping babff262e3 stack support int32 2020-08-22 18:17:56 +08:00
mindspore-ci-bot 6d0bbb36a3 !4908 Modify the '-fvisibility' attribute during building of mindspore-lite.
Merge pull request !4908 from wangshaocong/lite_clean
2020-08-22 17:53:05 +08:00
mindspore-ci-bot 8219df7337 !4975 Fix bug and add tflite models
Merge pull request !4975 from jianghui/master
2020-08-22 17:41:36 +08:00
wsc 758130924f Modify the '-fvisibility' attribute of mindspore-lite project. 2020-08-22 17:34:07 +08:00
mindspore-ci-bot 33c7b49219 !4987 [bugfix]SyncDeviceToHost failed when device address size is zero
Merge pull request !4987 from zyli2020/bug_fix
2020-08-22 17:10:21 +08:00
mindspore-ci-bot 0f362bb158 !4980 [MS][LITE][Develop]benchmark mem check fixed
Merge pull request !4980 from wangchangkai/master
2020-08-22 17:08:35 +08:00
mindspore-ci-bot faa0fed8bb !4989 add the hiai_cpu_face_attr caffe gate
Merge pull request !4989 from zhaodezan/master
2020-08-22 17:07:40 +08:00
mindspore-ci-bot 150b987898 !4989 add the hiai_cpu_face_attr caffe gate
Merge pull request !4989 from zhaodezan/master
2020-08-22 17:07:37 +08:00
mindspore-ci-bot 50877b586d !4971 [MS][LITE][Develop]move nnacl to lite/
Merge pull request !4971 from chenjianping/lite_dev2
2020-08-22 17:02:22 +08:00
mindspore-ci-bot 75fce54208 !4790 Fix a Pynative bug.
Merge pull request !4790 from jxlang910/push-to-opensource
2020-08-22 16:45:00 +08:00
chenjianping d88a98658c move nnacl to lite/ 2020-08-22 16:43:15 +08:00
mindspore-ci-bot add52da73e !4973 Fix errors in exp calculation logics
Merge pull request !4973 from peixu_ren/custom_pp_ops
2020-08-22 16:14:00 +08:00
mindspore-ci-bot d2641bbf79 !4969 delete group parameter from nn.DepthwiseConv2d
Merge pull request !4969 from chenzhongming/lite
2020-08-22 16:13:09 +08:00
zhaodezan 8339d5dae6 add the hiai_cpu_face_attr caffe gate 2020-08-22 04:08:36 -04:00
mindspore-ci-bot 94a109f476 !4898 Fix coredump caused by function call depth too large
Merge pull request !4898 from fary86/fix_call_depth_too_large
2020-08-22 16:08:27 +08:00
mindspore-ci-bot 31a04ea1fe !4977 correct benchmark help info
Merge pull request !4977 from zhaozhenlong/lite/tool/benchmark_modify_help_info
2020-08-22 15:50:30 +08:00
jin-xiulang c246b177a6 Debug for Pynative mode.
Debug test.

pynative debug
2020-08-22 15:47:36 +08:00
kai00 a9771d63e1 benchmark mem check fixed 2020-08-22 15:39:53 +08:00
mindspore-ci-bot aedd6de6d5 !4927 fix bug for identity
Merge pull request !4927 from flywind/pynative_identity
2020-08-22 15:37:21 +08:00
lizhenyu 1becddf3a4 [bugfix]SyncDeviceToHost failed when device address size is zero 2020-08-22 15:37:08 +08:00
jianghui58 1d601b6924 fix bug and add two tflite models
set quant_type default value
2020-08-22 15:12:48 +08:00
fary86 04524b6bd3 Fix coredump caused by function call depth too large 2020-08-22 15:00:04 +08:00
mindspore-ci-bot 7098b5c5d5 !4979 fix the segment when the input data is null
Merge pull request !4979 from zhaodezan/master
2020-08-22 14:59:33 +08:00
mindspore-ci-bot d3733b3b04 !4942 Revert AllReduce const elimination
Merge pull request !4942 from BowenK/master
2020-08-22 14:49:52 +08:00
mindspore-ci-bot 90552c4933 !4861 [MS][LITE][Develop]add conv per channel support for int8
Merge pull request !4861 from lixian/master
2020-08-22 14:49:38 +08:00