hangangqiang
f14647077b
remove unused fields in __init__ function
2022-05-15 17:11:05 +08:00
hangangqiang
09a2c2e0dd
fix rewrite bugs
2022-05-14 20:27:37 +08:00
i-robot
c8bd35320b
!34346 fix rewrite bugs
...
Merge pull request !34346 from hangq/rewrite-bug
2022-05-14 02:56:26 +00:00
i-robot
037733993a
!34278 fix bug for atomic clean
...
Merge pull request !34278 from zhupuxu/fix_bug_for_atomic
2022-05-14 02:34:34 +00:00
i-robot
4cde40189c
!34321 [MD] Normalize md5 tests - new golden files, unskip tests
...
Merge pull request !34321 from cathwong/ckw_xtransuni_ut_new_golden_unskip_md5
2022-05-13 21:00:38 +00:00
zhupuxu
91b09a8e0d
fix bug for atomic
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2022-05-13 17:48:26 +08:00
hangangqiang
d6ddd1d49a
fix rewrite bugs
2022-05-13 17:31:17 +08:00
i-robot
b086679b61
!34317 Delete invalid tcp connection from connection pool for tcp client
...
Merge pull request !34317 from chengang/delete_tcp_conn_if_invalid
2022-05-13 09:05:02 +00:00
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
Parallels
1905559fe3
Delete invalid tcp connection for the connection pool of tcp client
2022-05-13 10:04:40 +08: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
1caa2012bb
[MD] Normalize md5 tests - new golden files, unskip tests
2022-05-12 16:02:36 -04: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
i-robot
2199898e00
!34246 Add unit testcase for recovery of meta server node
...
Merge pull request !34246 from chengang/add_ut_for_msn_recovery
2022-05-12 01:40:42 +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
LaiYongqiang
80fd871d2c
1. change DeviceAddressType to DeviceType
...
2. change GetDeviceAddressType to GetDeviceType
3. remove AllocateMemory(DeviceAddress *const &address, size_t size) in specific device
4. remove GetDeviceAddressType in specific device
2022-05-11 20:20:31 +08:00
Parallels
e736170669
Add unit testcase for recovery of meta server node
2022-05-11 18:44:16 +08:00
i-robot
15acba5804
!33993 adapt msprof framework
...
Merge pull request !33993 from zangqx/zangqx_30
2022-05-11 10:16:38 +00:00
Seeker
aa0dc155fb
add aicpu op MaxPoolV1 MaxPoolGradV1
2022-05-11 17:42:12 +08:00
i-robot
8b1af5b007
!34065 Provide helper class to find flat parameter
...
Merge pull request !34065 from hewei/flatten_weights
2022-05-11 09:21:17 +00:00
i-robot
b55fe6f3fc
!34190 Remove abstract refkey and don't change order enforce
...
Merge pull request !34190 from chenfei_mindspore/rm-abstract-ref-key-simple
2022-05-11 08:48:24 +00:00
i-robot
a0c3360d96
!34204 Support recovery for the meta server node
...
Merge pull request !34204 from chengang/support_msn_recovery
2022-05-11 08:16:53 +00: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
Parallels
9002e03524
Support recovery for the meta server node
2022-05-11 09:51:33 +08: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
8831c00010
!34122 Add file configuration util for distributed recovery
...
Merge pull request !34122 from chengang/add_recovery_fileutil
2022-05-11 01:30:41 +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
chenfei
7ce82746ab
rm abstract ref key
2022-05-10 20:54:21 +08:00
He Wei
ac45331d2b
Provide helper class to find flat parameter
2022-05-10 19:10:56 +08: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
臧庆香
8b627b8928
msprof data type
2022-05-10 18:12:59 +08: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