Commit Graph

54 Commits

Author SHA1 Message Date
wangrao124 7331a5712d fix numpy.rollaxis in graph mode 2021-08-23 17:47:08 +08:00
ms_yan 36a8886ca2 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab.

Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"

This reverts commit 4e6f7dc97d.

delete pass_registry_test.cc

comment  hiai_nlu_model_multi.pb related  line
2021-08-23 01:46:38 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
changzherui 1ee887a39e clean code for master 2021-08-18 00:06:29 +08:00
yanglf1121 93eeddb9d6 fix code check r1.3 2021-08-02 15:26:28 +08:00
huangmengxi 44bb28ff3c fix numpy docstrings 2021-07-12 11:05:17 +08:00
huangmengxi 7f2eb50abb fix 2021-06-29 14:14:43 +08:00
i-robot e7152ea01f !18498 Fix numpy interfaces including array_str, sum, copysign
Merge pull request !18498 from wangrao124/fix_numpy
2021-06-21 10:47:44 +08:00
i-robot 7a41a3db63 !18500 numpy-native fix np.choose broadcast
Merge pull request !18500 from huangmengxi/numpy_fix
2021-06-21 10:13:55 +08:00
wangrao b2db38be5d fix numpy interfaces including array_str, sum, copysign 2021-06-18 11:40:15 +08:00
huangmengxi 4ebd647590 fix 2021-06-18 10:19:46 +08:00
yanglf1121 a6325a15b8 fix numpy api example errors 2021-06-17 11:24:01 +08:00
dinglinhe 18cdd5e2c8 fix description of 'get_activation' and some example 2021-06-10 09:17:02 +08:00
wangrao 5bc9c24152 fix np.array_str, np.size 2021-05-27 17:17:08 +08:00
mindspore-ci-bot 17f666545c !16699 add isnan cpu op & graph mode equal registered types
From: @jachua
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @wuxuejian
2021-05-27 10:01:49 +08:00
huangmengxi bfde2029ee fix
add isnan cpu

fix multi_dot
2021-05-26 17:18:47 +08:00
wangrao ddb82a8fea fix docstrings for some tensor methods 2021-05-20 17:54:13 +08:00
yepei6 acbd7eb023 add more tensor methods 2021-05-10 14:40:53 +08:00
huangmengxi 5aef276bc8 fix 2021-05-06 14:20:45 +08:00
yanglf1121 e45984561a fix doc error and type checking in numpy-native api 2021-04-27 15:47:21 +08:00
yanglf1121 6f83237d22 fix numpy bugs 2021-04-25 13:43:43 +08:00
yanglf1121 560ef0036f Add new np interfaces 2021-04-22 10:22:36 +08:00
huangmengxi 571c25b998 bug fix 2021-04-13 14:59:35 +08:00
yanglf1121 6f50f347b3 fix concatenate doc error 2021-04-09 15:36:15 +08:00
huangmengxi fdd4f2ae76 fix docstrings 2021-03-29 11:12:01 +08:00
huangmengxi 0f365cd017 fix docs 2021-03-26 09:55:46 +08:00
huangmengxi be4ffe94ce fix code docs 2021-03-24 18:30:17 +08:00
huangmengxi 38b49fb30e bug fix
fix ci shape 0 errors
2021-03-17 16:59:16 +08:00
mindspore-ci-bot df4da9ca85 !13403 fix level1 mindspore.numpy ci errors
From: @yanglf1121
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @liangchenghui
2021-03-16 19:11:36 +08:00
mindspore-ci-bot fd4450b3d6 !13337 fix API bugs
From: @chen_ying113
Reviewed-by: @gemini524,@wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-03-16 16:13:14 +08:00
huangmengxi 535f14b58e * fix ci error 2021-03-16 15:50:06 +08:00
huangmengxi 2f463d4a97 bug fix 2021-03-16 10:05:56 +08:00
yingchen d582883c03 fix api bugs 2021-03-15 17:46:07 +08:00
yanglf1121 72b365c24b Add new np interfaces 2021-03-15 16:29:25 +08:00
mindspore-ci-bot afe55b6881 !13180 [Numpy-Native] Fix hsplit bug
From: @wangrao124
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
2021-03-12 15:03:42 +08:00
wangrao 0acb6e1894 fix hsplit bug 2021-03-11 17:48:44 +08:00
wangrao a6a25904df fix docstring errors 2021-03-11 17:18:15 +08:00
mindspore-ci-bot 76d63346ce !12931 Fix bugs in C.count_nonzero, mindspore.numpy.full and some api docstrings.
From: @yanglf1121
Reviewed-by: 
Signed-off-by:
2021-03-08 19:27:52 +08:00
yanglf1121 a5720acab8 numpy api bug fix 2021-03-08 13:28:28 +08:00
huangmengxi c4701eb9d4 bug fix 2021-03-05 15:54:11 +08:00
huangmengxi 59810d69b2 fix docstring 2021-03-04 19:39:01 +08:00
huangmengxi f34756c3bd additional typecheck 2021-03-02 19:26:40 +08:00
huangmengxi 76c8e10c4a bug fix 2021-02-26 17:40:17 +08:00
wangrao 9d63b443e3 docstring bug fix 2021-02-08 15:50:11 +08:00
yanglf1121 c5ea8223f5 Add new np interfaces and add graph support 2021-02-04 16:07:19 +08:00
wangrao 16939ee902 fix bug: np.column_stack raises RuntimeError in graph mode 2021-01-26 11:34:37 +08:00
huangmengxi fe8f61313b fix atleast_xd & unique examples 2021-01-25 11:05:45 +08:00
yanglf1121 eab5ecf21a Fix bugs in np.atleastxd, np.xstack and format api docstrings 2021-01-21 22:03:18 +08:00
yanglf1121 72903c11c8 add array_ops, math_ops and tensor ops 2021-01-14 15:32:36 +08:00