buxue
e9ca893431
remove ut test_expand_dims_grad
5 years ago
mindspore-ci-bot
de0dcbc0bd
!3290 Split parameter and value node with tuple to multiple nodes with make-tuple
...
Merge pull request !3290 from chenfei_mindspore/split-tuple-parameter-to-parameters
5 years ago
mindspore-ci-bot
2d973c9597
!3161 Set output value for dynamic graph.
...
Merge pull request !3161 from flywind/output
5 years ago
mindspore-ci-bot
1e88d64b20
!3259 add gpu cumsum op and reducemin
...
Merge pull request !3259 from baihuawei/automl
5 years ago
mindspore-ci-bot
366dd44ca8
!3371 support call super when class define in test_case
...
Merge pull request !3371 from zhangbuxue/support_call_super_when_class_define_in_test_case
5 years ago
panyifeng
8a89f003eb
fix sparse related issues
5 years ago
buxue
b812c1a17a
support call super when class define in test_case.
5 years ago
kpy
570da089a8
set output value for dynamic graph
5 years ago
mindspore-ci-bot
684ff4f46b
!3160 Rewrite tensor's __bool__ for pynative mode
...
Merge pull request !3160 from Simson/push-to-opensource
5 years ago
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
5 years ago
root
1b6f85dec8
split tuple parameter to parameters
...
add function trans tuple to maketuple
5 years ago
mindspore-ci-bot
0a84b63fc3
!3305 modify the vgg16/lstm path to offical/{cv/npl}
...
Merge pull request !3305 from caojian05/ms_master_dev
5 years ago
baihuawei
4a8724e0ac
add gpu cumsum
5 years ago
mindspore-ci-bot
48711414fc
!3356 [common]Refine code & Add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`
...
Merge pull request !3356 from vlne-v1/add_to_abstract_for_function
5 years ago
mindspore-ci-bot
9fb6576d8c
!3338 Op debug feature
...
Merge pull request !3338 from zhoufeng/debug-op-overflow
5 years ago
Wei Luning
484d7f10c8
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
5 years ago
mindspore-ci-bot
24dd2fc2a6
!3333 Fix internal multiple outputs check
...
Merge pull request !3333 from YuJianfeng/master
5 years ago
mindspore-ci-bot
7f1ccc5f3b
!3311 add sparse feature test cases for auto parallel
...
Merge pull request !3311 from lirongzhen1/master
5 years ago
zhoufeng
000a6c73a5
op debug
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
183cf5cf5d
!3285 Add Encode,Decode,SGD,floordiv,ScatterNd,GatherNd ops.
...
Merge pull request !3285 from linqingke/gpu_ops
5 years ago
mindspore-ci-bot
21a5f06e93
!3328 Add testcases
...
Merge pull request !3328 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
a4f447af6c
!3289 Move abstract function to core abstract folder.
...
Merge pull request !3289 from ZhangQinghua/master
5 years ago
yujianfeng
4d18e9ec35
Fix internal multiple outputs check
5 years ago
mindspore-ci-bot
859fe6bc41
!3342 C++ API Support for Skip Dataset Op plus UTs
...
Merge pull request !3342 from cathwong/ckw_c_api_skip
5 years ago
mindspore-ci-bot
df1300d9cb
!3294 Refactor opt/pre passes
...
Merge pull request !3294 from nsyca/removal_pass
5 years ago
Cathy Wong
8921a6099c
C++ API Support for Skip Dataset Op and UTs
5 years ago
mindspore-ci-bot
c24122bb55
!3303 fix validator that checks the vocab_size is positive in vocab.from_file
...
Merge pull request !3303 from ZiruiWu/fix_vocab_validator
5 years ago
Nat Sutyanyong
9fb1904ed8
Refactoring opt/pre
5 years ago
buxue
f84b055244
add check for implicit conversion when scalar is not number and bool.
5 years ago
shenwei41
4eaa396ca7
Add testcases
5 years ago
linqingke
f679568d86
gpu ops code and test case.
5 years ago
CaoJian
f9fdb52373
modify the vgg16/lstm path to offical/{cv/npl}
5 years ago
kingfo
09b437285b
support mix precision in pynative
5 years ago
mindspore-ci-bot
8f4bab4e75
!2410 Support insert memcpy between two hccl op if the part outputs of prior hccl op linking to next hccl op
...
Merge pull request !2410 from huanghui/insert-memcpy-async-pass
5 years ago
mindspore-ci-bot
bc20de741a
!3315 restore reshape ut
...
Merge pull request !3315 from yao_yf/restore_auto_parallel_reshape_ut
5 years ago
mindspore-ci-bot
c84d4bbd36
!3180 Update for python AutoContrast API, cpp UnifromAugment API and UT
...
Merge pull request !3180 from alashkari/update-aug-ops-2
5 years ago
mindspore-ci-bot
174acbec13
!3265 Decouple ir from optimizer
...
Merge pull request !3265 from hewei/decouple_ir_optimizer
5 years ago
mindspore-ci-bot
2eefb94fee
!3312 Relax the threshold of pynative resnet50 performance st
...
Merge pull request !3312 from JoyLvliang/Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
mindspore-ci-bot
ac993460bf
!3288 delete useless code for all reduce
...
Merge pull request !3288 from yangzhenzhang/delete-useless-code
5 years ago
yao_yf
1d3a06a3b0
recover reshape ut
5 years ago
lirongzhen1
5d63c60135
add sparse feature test cases for auto parallel
5 years ago
Amir Lashkari
6f186aafa0
Update Python UA op, AutoContrast Op and UT
...
Updated Validators.py
Fixed UA UT
Fixed UA UT
Fixed PyLint Errors
Added aditional changes
remove old golden AutoContrast UT file
updated Autocontrast python UT
Added golden files
Fixed issue
fixed UT
5 years ago
mindspore-ci-bot
d15b4c5d61
!3201 RoI Align GPU kernel
...
Merge pull request !3201 from JonathanY/main
5 years ago
mindspore-ci-bot
38a52a5b67
!3176 Add gpu support for ResizeNearestNeighbor
...
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
5 years ago
mindspore-ci-bot
21783ce221
!3300 Optimize server code
...
Merge pull request !3300 from ZPaC/new-feature-of-ps
5 years ago
lvliang
6f1d2768f8
Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
Zirui Wu
40ea84ae81
fix from_file validator minor error, 1 line change
...
add test case
5 years ago
cristoval
c6262111ef
add sparse lazy adam in ps
5 years ago
huanghui
f1563d2d37
insert memcpy async if hccl op cascade
5 years ago
yangzhenzhang
e6cef98e95
delete useless code for allreduce
5 years ago