Commit Graph

3829 Commits

Author SHA1 Message Date
i-robot 2427626f10
!34250 Return -1 as unknown batch size for callable batch_size param
Merge pull request !34250 from luoyang/get_batch_size
2022-05-13 06:45:07 +00:00
i-robot c07819796c
!34221 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss
Merge pull request !34221 from fujianzhao/huberloss
2022-05-13 02:57:19 +00:00
i-robot bfd377ca3c
!34125 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d
Merge pull request !34125 from ZhidanLiu/master
2022-05-13 01:53:23 +00:00
Cathy Wong 942001ffc6 [MD] Tranform Unification - skip normalize md5 tests 2022-05-12 12:56:01 -04:00
i-robot 8d44248535
!34199 [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT Updates
Merge pull request !34199 from cathwong/ckw_xtranuni_code2_cutout_totensor
2022-05-12 13:51:00 +00:00
i-robot 887db57434
!32859 [assistant][ops]Add GetImageSize
Merge pull request !32859 from yangwm/size
2022-05-12 11:38:42 +00:00
luoyang 3cb854abc7 Return -1 as unknown batch size for callable batch_size param 2022-05-12 15:38:08 +08:00
i-robot 4d8ef64c11
!33931 [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh
Merge pull request !33931 from fujianzhao/dev
2022-05-12 06:40:03 +00:00
i-robot 5e5606e82f
!33193 [assistant][ops]New operator implementation, include igamma igammac igammagrad
Merge pull request !33193 from ganqijun/ig
2022-05-12 03:44:53 +00:00
fr199787 9e5eb88799 [faet] [assistant] [I4S2FH] add new operator GetImageSize 2022-05-12 11:17:38 +08:00
ZhidanLiu fdd6f7c759 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d 2022-05-12 10:34:52 +08:00
i-robot 5cdfc094fb
!32695 [feat] [assistant] [I4CRKM] [I4CRKN] add nn operator MaxPoolV1 and MaxPoolGradV1
Merge pull request !32695 from Seeker98/0407_m
2022-05-12 02:20:27 +00:00
i-robot 5e31a54cbb
!32787 [assistant][ops]Add GetImageNumChannels
Merge pull request !32787 from yangwm/channels
2022-05-12 02:07:12 +00:00
Cathy Wong d08846176b [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT updates 2022-05-11 16:21:35 -04:00
Seeker aa0dc155fb add aicpu op MaxPoolV1 MaxPoolGradV1 2022-05-11 17:42:12 +08:00
fujianzhao 4fd3433d23 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss 2022-05-11 15:39:02 +08:00
fakeen 7380756a0f igamma 2022-05-11 15:23:33 +08:00
fujianzhao 5bb57674da [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh 2022-05-11 14:23:11 +08:00
i-robot a0a9c942c8
!33956 Add a nn cell for softsign.
Merge pull request !33956 from liqiliang/softsign-cpu
2022-05-11 03:15:10 +00:00
i-robot dbb05a92ea
!33962 fix: md AddressSanitizer
Merge pull request !33962 from guozhijian/fix_md_AddressSanitizer
2022-05-11 03:03:53 +00:00
i-robot 3aca62f878
!33338 [assistant][ops][I48O5W] Add new AdjustHue operator
Merge pull request !33338 from 邹天宇/AdjustHue
2022-05-11 01:51:49 +00:00
i-robot e8338c473e
!32779 [assistant][ops]New operator implementation, include DataFormatVecPermute
Merge pull request !32779 from 梁秀波/DataFormatVecPermute
2022-05-11 01:51:05 +00:00
i-robot fdb9c9cdd7
!31727 [assistant][ops] Add new Identity
Merge pull request !31727 from wxy220/Identity
2022-05-10 15:50:17 +00:00
jonyguo 8ba8c930e7 fix: md AddressSanitizer 2022-05-10 18:45:42 +08:00
zoutianyu 9224212dad [assistant][ops][I48O5W]Add new image operator AdjustHue 2022-05-10 18:32:47 +08:00
i-robot 035de460b6
!33293 [assistant][ops]New operator implementation, include zeta
Merge pull request !33293 from ganqijun/zeta
2022-05-10 10:17:39 +00:00
liqiliang 0fabbc4ccb Add a nn cell for softsign. 2022-05-10 17:09:33 +08:00
Wang Yao 53071e5896 [feat][assistant][I48O6B] add new Ascend operator DataFormatVecPermute 2022-05-10 15:28:14 +08:00
i-robot 1cc49698ed
!33983 primitive support str.format
Merge pull request !33983 from lianliguang/primitive-support-str-format
2022-05-10 07:18:34 +00:00
i-robot 818a1422c7
!33169 [assistant][ops]New operator implementation, include BesselJ0 and BesselJ1
Merge pull request !33169 from 张璇/BesselJ0
2022-05-10 03:45:28 +00:00
echo a02e959f1c [assistant][ops]New operator implementation, include zeta 2022-05-10 10:34:46 +08:00
i-robot 5b00105ce2
!34064 unify format under dir python/mindspore/nn & ops
Merge pull request !34064 from 李林杰/format_py
2022-05-10 01:34:52 +00:00
shenyu d69c2ce0d1 [feat] [assistant] [I4S2FG] add new operator GetImageNumChannels 2022-05-09 22:32:05 +08:00
i-robot ac58831c9a
!33744 add specify_prefix for load_checkpoint
Merge pull request !33744 from changzherui/add_specify_prefix
2022-05-09 07:56:52 +00:00
i-robot 6b385fe951
!34006 add ut/st for TensorScatter ops in ascend
Merge pull request !34006 from yuchaojie/op_dev2
2022-05-09 06:50:47 +00:00
lianliguang bd619120ac support cell and primitive for str.format 2022-05-09 09:21:06 +08:00
i-robot efe40a1ffc
!32412 [assistant][ops] Add Trace
Merge pull request !32412 from 张渝/trace
2022-05-07 10:04:29 +00:00
yuchaojie df39a2fc82 add ut/st for TensorScatter ops in ascend 2022-05-07 16:44:13 +08:00
i-robot e672e261ed
!33935 add get_bprop_p_s_roi_pooling
Merge pull request !33935 from ms_yan/add_bprop
2022-05-07 08:36:04 +00:00
lilinjie 5cd5177dae unify format under dir: mindspore/nn & ops 2022-05-07 16:14:09 +08:00
zx 63f08d4b36 [feat][assistant][I4CRK7] add new Ascend operator BesselJ0 and BesselJ1 2022-05-07 15:20:29 +08:00
ms_yan 2346c2c8cf add get_bprop_p_s_r_o_i_pooling 2022-05-07 09:32:35 +08:00
changzherui deacc65ffd add specify_prefix for load_checkpoint 2022-05-06 23:42:40 +08:00
i-robot 7171c4806e
!33812 [MD] Transform Unification Feature - Phase 2C - legacy deprecated Python UT tests
Merge pull request !33812 from cathwong/ckw_xtranuni_phase2c_uts_deprecated
2022-05-06 14:52:06 +00:00
i-robot 6c78153ef8
!33948 add softmax mul parallel tests
Merge pull request !33948 from wanhanyang/new_softmax
2022-05-06 09:00:41 +00:00
i-robot 3409f924bc
!33947 Add softmax gather parallel tests
Merge pull request !33947 from wanhanyang/test_softmax_gather
2022-05-06 08:31:38 +00:00
i-robot 8f565f098e
!33904 use _inner_ops shard instand of array_ops range
Merge pull request !33904 from yanzhenxiang2020/range_shard_inner
2022-05-06 08:10:46 +00:00
fangzhibin f6adbe957a [feat] [assistant] [I40GJ8] add new Ascend and CPU calculate operator Trace and TraceGrad 2022-05-06 15:28:00 +08:00
Wan Hanyang 2cf05811b8 add test softmax gather net tests 2022-05-06 14:59:27 +08:00
Wan Hanyang d16b2c15b1 Add mul softmax net tests 2022-05-06 14:53:30 +08:00