mindspore-ci-bot
cf5a27e97d
!2962 gpu support SmoothL1Loss kernel
...
Merge pull request !2962 from chenweifeng/smoothl1loss
5 years ago
Margaret_wangrui
6d14de5f21
handle switch input to partial
5 years ago
ZPaC
6b3e1a687b
Add worker proxy.
5 years ago
mindspore-ci-bot
03ef509ee9
!2956 adapt crop and resize op check
...
Merge pull request !2956 from wuxuejian/crop_op_check
5 years ago
mindspore-ci-bot
3f47fb9b03
!2977 Add worker
...
Merge pull request !2977 from ZPaC/add-worker
5 years ago
mindspore-ci-bot
bec2fcebc2
!2974 Add ps module in batches
...
Merge pull request !2974 from ZPaC/add-ps-module
5 years ago
mindspore-ci-bot
fc24096baf
!2834 Enable Split in the bprop of Concat
...
Merge pull request !2834 from gziyan/add_uniform_split_for_concat
5 years ago
mindspore-ci-bot
dfffe4c5c7
!2790 adjust finetune and eval script
...
Merge pull request !2790 from wanghua/master
5 years ago
mindspore-ci-bot
00368b3683
!2972 Improving implicit type conversion
...
Merge pull request !2972 from zhangbuxue/Improving_implicit_type_conversion
5 years ago
mindspore-ci-bot
b5e8e2419e
!2923 Update arithmetic simplify to use Pattern Matcher
...
Merge pull request !2923 from Giancarlo/update_arith_simplify
5 years ago
mindspore-ci-bot
5f468b65b6
!2798 Decouple ParamValue from python
...
Merge pull request !2798 from hewei/decouple_param_value
5 years ago
mindspore-ci-bot
6b2a5221b3
!2975 Add MixedPrecisionCast for KeywordArg
...
Merge pull request !2975 from Kang/add_AbstractKeywordArg
5 years ago
mindspore-ci-bot
d1e7b9770f
!2964 Increase the max tensor size
...
Merge pull request !2964 from jiangzhenguang/Increase-the-max-tensor-size
5 years ago
chenzomi
2ff29f0198
fix hswishquant and hsigmoidquant validation false bug
5 years ago
Zirui Wu
7b15e5a742
rework on lookup
...
add test caser
fix ci
address review cmts
ci
addr review cmt
fix typo
address review cmts
add 2 more test cases
cpplint fix
addr cpplint
addr ci
fix tst case err
fix doc str
5 years ago
mindspore-ci-bot
2c3c204b14
!2982 supporting cpp unit tests for randomresizewithbbox and resizewithbbox
...
Merge pull request !2982 from ava/CPP_test3
5 years ago
mindspore-ci-bot
02e797d130
!2947 CPP UTs for 3 BBoxAugOps + Fix to image_util.cc
...
Merge pull request !2947 from danishnxt/AugOps-testing
5 years ago
avakh
b2bfb0342b
supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op.
5 years ago
nhussain
2c7fd248f8
fixes for PR-2908: avoid empty strings for column names
5 years ago
Danish Farid
506f8f134e
fix, cpp ut's
...
fix cmakefile
fixed log statments in cpp UT tests
5 years ago
ZPaC
5941b39bf1
Add worker.
5 years ago
yujianfeng
24f6b9d77e
Add input2output pass
5 years ago
buxue
4df1edf5b3
Improving implicit type conversion
5 years ago
ZPaC
0a1d3f1542
Add ps module in batches
5 years ago
jzg
fb90ff164b
increase the max size of tensor.
5 years ago
mindspore-ci-bot
b23fc4e492
!2938 Decouple the exception routines from Python.
...
Merge pull request !2938 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
7fd22f8ede
!2971 Reg op info from local config file
...
Merge pull request !2971 from jjfeing/master
5 years ago
mindspore-ci-bot
761cdbfade
!2959 Decouple ir.Signature class from python
...
Merge pull request !2959 from hewei/decouple_signature
5 years ago
wilfChen
0fdc304a8e
gpu support smoothl1loss
5 years ago
jzg
94d0d45ab4
increase the max size of tensor.
5 years ago
mindspore-ci-bot
f5dc6fbe57
!2919 gpu kernel runtime code review
...
Merge pull request !2919 from limingqi107/master
5 years ago
mindspore-ci-bot
d2809954fd
!2957 fix stream for memory reuse
...
Merge pull request !2957 from gukecai/fix-stream-bug
5 years ago
wuxuejian
5759a13077
adapt crop and resize op check
5 years ago
mindspore-ci-bot
44269cd288
!2960 Check attr existing before getting it in embeddinglookup cpu kernel
...
Merge pull request !2960 from YuJianfeng/master
5 years ago
mindspore-ci-bot
06217c047e
!2949 fix SequentialCell
...
Merge pull request !2949 from jiangjinsheng/issue_fix4
5 years ago
lvliang
0978bdc301
add-st-to-protect-pynative-hook-from-abnormal
5 years ago
WilliamLian
4200925383
convert the reduce axis attr when the reduce node selected the special format
5 years ago
mindspore-ci-bot
1cbf6c5d0b
!2939 [CleanCode] codedex 20200708
...
Merge pull request !2939 from Chong/zc
5 years ago
wuyongkang
e12255ad84
Add MixedPrecisionCast for KeywordArg
5 years ago
mindspore-ci-bot
d192920719
!2958 Add ps module in batches.
...
Merge pull request !2958 from ZPaC/add-ps-module
5 years ago
gukecai
e9e5de5394
fix stream bug for memreuse
5 years ago
jiangjinsheng
52e280f36a
fix SequentialCell doc
5 years ago
linqingke
5ec9168306
mass eval mertric update.
5 years ago
limingqi107
44959f8874
gpu kernel runtime code review
5 years ago
jjfeing
53277f8c02
reg op info from local config file
5 years ago
mindspore-ci-bot
7b65c5483b
!2906 support implicit type conversion for pynative mode
...
Merge pull request !2906 from zhangbuxue/support_implicit_type_conversion_for_pynative_mode
5 years ago
huanghui
4e3c532c86
add full_name for anf_ir.proto
5 years ago
He Wei
f337c6bc14
Decouple ParamValue from python
5 years ago
wanghua
0083cd45d9
adjust finetune and eval script
5 years ago
huanghui
af4a7e1317
fix-backend-dump-vm-build-pb
5 years ago