hwjiaorui
9afd1e5174
code clean
4 years ago
mindspore-ci-bot
ee3012fd3f
!15303 add lsq quantization method
From: @erpim
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d68971a799
!15787 fix codedex.
From: @liu_xiao_93
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
mindspore-ci-bot
75504ad378
!15756 add conv2d + add +re lu & add+reluv2 ub fusion
From: @jjfeing
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
Erpim
90d5d5dab3
add lsq quantization method
5 years ago
liuxiao93
fa127d4fb0
fix codedex.
4 years ago
He Wei
121a6a28d9
[auto-monad] Enforce order of exection for Loads user nodes in frontend
4 years ago
jjfeing
735a6aaa3c
add conv+add+relu & add+reluv2 fusion
4 years ago
mindspore-ci-bot
9b965888aa
!15539 clean pclint warning
From: @lianliguang
Reviewed-by: @jjfeing,@chujinjin
Signed-off-by: @chujinjin
4 years ago
lianliguang
5849706968
clean pclint warning
4 years ago
mindspore-ci-bot
c2c16ea927
!15511 FuncGrap::ReplaceInOrder heap_use-after-free fix
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
zhangzhaoju
1442290e63
FuncGrap::ReplaceInOrder heap_use-after-free fix
4 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
mindspore-ci-bot
2edff12952
!15224 fix conv2dbackprop_eltwise_eltwise_fusion_pass which lack output_used_num
From: @yuchaojie
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
mindspore-ci-bot
053b04ae6e
!15204 replace memcpy_async with tensor move
From: @laiyongqiang
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
yuchaojie
e745a90b9a
fix conv2dbackprop_eltwise_eltwise_fusion_pass which lack output_used_num
5 years ago
laiyongqiang
1533435015
replace memcpy_async with tensor move
5 years ago
lingyunli63
c48c2430f0
fuse matmul and elementwise in graphkernel
5 years ago
hwjiaorui
53a1192973
clean code
5 years ago
simson
d9803b2fa1
ops infer
5 years ago
mindspore-ci-bot
e2260a2f09
!14612 remove ControlDepend
From: @huangbingjian
Reviewed-by:
Signed-off-by:
5 years ago
huangbingjian
63a89925ff
remove ControlDepend and its use
5 years ago
mindspore-ci-bot
5d96d0f7e9
!14583 3d graph format select reconstruct
From: @liubuyu
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
mindspore-ci-bot
0af32e3422
!14565 clean code
From: @hwjiaorui
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
hwjiaorui
178d2fc6af
codex
5 years ago
liubuyu
40f34b0d90
3d graph reconstruct
5 years ago
mindspore-ci-bot
870c799cb6
!14430 Modified pad validator of conv3d.
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
liuxiao93
57a75bb455
Modified pad validator of conv3d.
5 years ago
yuchaojie
dc9a8eb1cc
fix codedex warning
5 years ago
mindspore-ci-bot
dfe505a7f0
!14481 fix transdata attr not matched with build info when it has been spilted
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
mindspore-ci-bot
609b8edb9f
!14466 cleaning codex warnings
From: @nicholas_yhr
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
LianLiguang
9c8d016d66
fix transdata's dst format && src format is unmatched with build info when transdata has been spilted
5 years ago
mindspore-ci-bot
36dbb2690e
!14442 fix codex
From: @lianliguang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
5 years ago
yanghaoran
50e81568b5
cleaning codex warnings
5 years ago
LianLiguang
9b94b6f8ed
fix codex && reviewbot
5 years ago
mindspore-ci-bot
c50bdbeea8
!14264 add BatchMatMul&FusedMulAdd, BatchMatmul&ConfusionTranpose UB fusion pass
From: @yuchaojie
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
5 years ago
mindspore-ci-bot
993d00c4ba
!13774 The input and output of batchnorm reverse operator increase pass in ascend platform under the mode of pynitve
From: @ding_fei_fei
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
5 years ago
yuchaojie
50f7f6b3de
add BatchMatMul&FusedMulAdd, BatchMatmul&ConfusionTranpose UB fusion pass
5 years ago
dingpeifei
3c9d8cb073
The input and output of batchnorm reverse operator increase pass in ascend platform under the mode of pynitve
5 years ago
liangzelang
ba65fb9f3c
Support non-tail recursive graphs
5 years ago
liuxiao93
723bbac438
revert nn.BatchNorm3d.
5 years ago
yuchaojie
e769ee95ce
reduce cast number in syncbn
5 years ago
mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
luopengting
c8ba7694c5
refactor RDR to support single name
1. support single name
2. add hash method for pair
3. move constructor and destructor of MemAddressInfo as public
4. remove graph_id
5. modify interval for somas info
5 years ago
mindspore-ci-bot
a05ba06c07
!13328 convert typeid to string label
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @zhoufeng54
5 years ago
mindspore-ci-bot
16652972cd
!12725 add perm attr to transpose when transdata spilt
From: @lianliguang
Reviewed-by:
Signed-off-by:
5 years ago
jjfeing
a3f36dba65
convert typeid to label
5 years ago
LianLiguang
04c512ea41
add perm attr to transpose when transdata spilt
5 years ago
mindspore-ci-bot
dca301eabf
!13245 modify SycnBatchNorm note
From: @yuchaojie
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago