mindspore-ci-bot
ee56e603c7
!12511 Fix include issue
...
From: @lizhenglong1992
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
086374f306
!12493 Added GetAffineTransform operator
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
xsmq
923b53d2e6
replace tab with spaces
4 years ago
mindspore-ci-bot
42f995e0dd
!12513 [auto-monad] Revert "Change backend execution order sorting policy"
...
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
ddea9d52eb
!12387 【GraphKernel】Refactor GraphKernelExpander (2nd submission)
...
From: @dayschan
Reviewed-by:
Signed-off-by:
4 years ago
buxue
47dd17a325
support convert ValueDict to py dict
4 years ago
fangzehua
3235ebbdab
fix cache acc
4 years ago
mindspore-ci-bot
57f6c17933
!12438 Add backward op for IndexAdd GPU
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
4 years ago
TFBunny
cbc75810a9
add testcases to DType dynamic shape
4 years ago
Peilin Wang
ba9ae8097f
removed zeroslike from math/unary_op_gpu_kernel and added float64 support
...
fix ci
fix ci
4 years ago
TFBunny
e1462c8684
add indexaddgrad ops support and testcases
4 years ago
mindspore-ci-bot
cada22e7bf
!12354 Add float64 support to ReduceMax and ReduceSum GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f7c86617bf
!11739 added log callback
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
Margaret_wangrui
0aaa31764e
Do not get shape for monad type
4 years ago
jinyaohui
2dad4e977a
update googletest
4 years ago
mindspore-ci-bot
c82881cd8d
!12464 fix 910 cpp inference multi device id
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
qujianwei
a95abd0cef
enhance for ctpn preformance
4 years ago
He Wei
3c44e731a2
[auto-monad] Revert "Change backend execution order sorting policy"
...
This reverts commit 141c39b71c
.
4 years ago
huangbingjian
a158b2f2fa
add testcase related to auto-monad
4 years ago
chendongsheng
425e5cae49
added log callback
4 years ago
Jiaqi
fd1a4726b7
add focal loss
4 years ago
mindspore-ci-bot
8aba5d8f57
!12192 terminate tbe process pool in separate thread, kill child of fork in 310 model converter
...
From: @zhoufeng54
Reviewed-by: @xu-yfei,@kisnwang
Signed-off-by: @xu-yfei
4 years ago
mindspore-ci-bot
86e3099c05
!12345 Traverse all nodes once, then traverse all Substitutions on each node.
...
From: @zh_qh
Reviewed-by:
Signed-off-by:
4 years ago
wangrao
03ec134e87
fix np.average
4 years ago
buxue
d215887ad6
add exception description for assign subnet parameter
4 years ago
mindspore-ci-bot
e4602c50c0
!12498 fix quick start demo bug
...
From: @yeyunpeng2020
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
4f13c97c9e
!12495 trim down test case & add type checking for meshgrid
...
From: @jachua
Reviewed-by: @xsmq,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
Margaret_wangrui
a5fa4918f5
fix operator_info is null
4 years ago
buxue
416017bf65
make slice support tensor
4 years ago
fuzhiye
475b2c9cd7
fix bug of pad_fp16 op, didn't get correct paddings array
4 years ago
mindspore-ci-bot
ba351d9648
!12497 fix bias add ub fusion
...
From: @jjfeing
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
Zhang Qinghua
ebbf48697f
Traverse all nodes once, then traverse all Substitutions on each node.
4 years ago
yangruoqi713
b1207b2ba0
[MSLITE][Develop] fix bug of npu kernel fusion
4 years ago
Zhenglong Li
df39cf62a9
Fix include issue
4 years ago
mindspore-ci-bot
cab5ece4e9
!12461 1、fix square_sum_fusion pattern not match 2、add pass:load_eliminate
...
From: @Margaret_wangrui
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
4 years ago
caifubi
0beaa37313
add ascend profiling st
4 years ago
yeyunpeng
36e1dee219
add quick start demo
4 years ago
mindspore-ci-bot
7d554d4f78
!12469 [MD] fix bug in cifar10/100 to mindrecord
...
From: @liyong126
Reviewed-by: @savoygll,@heleiwang,@liucunwei
Signed-off-by: @savoygll,@liucunwei
4 years ago
mindspore-ci-bot
168cf565a0
!12274 Add space to solve context.py Generating document format confusion
...
From: @zyhstack
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by: @lixiaohui33
4 years ago
shenwei41
d8d56b5374
GetAffineTransform
4 years ago
mindspore-ci-bot
9c6985edb7
!12471 fix the error of the formula of SoftmaxCrossEntropyWithLogits
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
dayschan
9d572f3963
Refactor GraphKernelExpander (2nd submission)
...
Changed the expander to class, and used the class name to identify the operator.
Moved the original op logic into the `_expand` function; added a `_check` function to check op inputs.
Use decorator to register the whitelist formats that operator supports,
and the decorator will change the `_check` function to check the formats.
4 years ago
jjfeing
e5b5335472
fix bias_add ub fusion
4 years ago
mindspore-ci-bot
2088d38610
!12149 quantum simulation
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7e3da978c8
!12297 add quick start cxx demo
...
From: @yeyunpeng2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e80e220f0a
!12431 move dynamic_shape_depends to backend
...
From: @zhupuxu
Reviewed-by: @jjfeing
Signed-off-by:
4 years ago
mindspore-ci-bot
08a6c2b8c2
!12435 modify read protobuf function
...
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
4 years ago
Margaret_wangrui
26ba7f2a38
1、fix square_sum_fusion pattern not match 2、add pass:load_eliminate
4 years ago
luopengting
7fe901491a
support recording stream execute order
...
1. add ExecNode and StreamRxecOrderRecorer
2. add json format and json dump for stream exec order
3. add stream exec order api
4. add in CMakeLists
4 years ago
huangmengxi
ceaa1603c8
trim down tests & add type checking for meshgrid
4 years ago