Sheng
4145098e3b
fix broadcast
5 years ago
mindspore-ci-bot
e4c8365dfe
!3358 fix cpu nonop net
...
Merge pull request !3358 from kisnwang/fix-cpu-nonop-error
5 years ago
liuxiao93
5a05e5601c
Fix data type bug of ApplyPowerSign inputs.
5 years ago
kpy
570da089a8
set output value for dynamic graph
5 years ago
zhoufeng
c48759f35e
Fix visit depend node
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
jiangzhiwen
3bed1ef967
init column_default_list_ when it is empty
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
49053e7f83
!3323 restructure client example
...
Merge pull request !3323 from hexia/restructure_client_example
5 years ago
mindspore-ci-bot
6fdd404ddf
!3364 fix cloner when funcgraph return is null
...
Merge pull request !3364 from leopz/fix_cloner
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
mindspore-ci-bot
61c5c7574c
!3242 【轻量级 PR】:update model_zoo/README.md.
...
Merge pull request !3242 from wz/N/A
5 years ago
baihuawei
4a8724e0ac
add gpu cumsum
5 years ago
leopz
ac2d82b576
fix cloner when funcgraph return is null
5 years ago
mindspore-ci-bot
c240809076
!3361 fix log bug
...
Merge pull request !3361 from gukecai/log-bug
5 years ago
mindspore-ci-bot
7f1af2cc5f
!3351 fix_padding
...
Merge pull request !3351 from fangzehua/fix_padding
5 years ago
hexia
ba5fa502cc
restructure
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
c2cc1359b4
!3348 fix bug of print warning massage
...
Merge pull request !3348 from lianliguang/master
5 years ago
mindspore-ci-bot
d4bde3786e
!3353 improve performance of bert by adding order paramters
...
Merge pull request !3353 from shibeiji/master
5 years ago
mindspore-ci-bot
9fb6576d8c
!3338 Op debug feature
...
Merge pull request !3338 from zhoufeng/debug-op-overflow
5 years ago
zhoufeng
2943cb1c39
delete deprecated codes of ascend control flow
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
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
d874150fb3
!3334 dataset: add param check for device_que and to_device
...
Merge pull request !3334 from ms_yan/device_que_param
5 years ago
gukecai
0d16998210
fix log bug
5 years ago
mindspore-ci-bot
ef18c5f879
!3007 GPU debugger and GPU dump - milestone 1
...
Merge pull request !3007 from john_tzanakakis/master_ms1
5 years ago
mindspore-ci-bot
2ead27f8d5
!3343 fix float max value compare
...
Merge pull request !3343 from fary86/fix_float_max_value_compare
5 years ago
kswang
2d14147601
cpu support nonop net
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
mindspore-ci-bot
b606b84e6c
!3301 Commutative Primitive Patterns
...
Merge pull request !3301 from Giancarlo/pm_commutative_ops
5 years ago
zhoufeng
000a6c73a5
op debug
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
shibeiji
29e35a31c0
add order params for bert to improve performance
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
fangzehua
8ee116c70b
fix_padding
5 years ago
mindspore-ci-bot
7b54fd8304
!3318 [MD] add pydoc for save ops
...
Merge pull request !3318 from liyong126/fix_save_doc
5 years ago
mindspore-ci-bot
322c24e6c5
!3331 Add register information of BNInference.
...
Merge pull request !3331 from liuxiao93/Add-BNInference-opInfo
5 years ago
mindspore-ci-bot
21a5f06e93
!3328 Add testcases
...
Merge pull request !3328 from shenwei41/sw_master
5 years ago
ms_yan
27190cf2fc
add param check for to_device and device_que
5 years ago
fary86
e470fbf2bc
Fix float max value compare
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
WilliamLian
12bdb82a04
fix bug of warning info print
5 years ago
liyong
43e5db3d42
fix save op pydoc
5 years ago
yujianfeng
4d18e9ec35
Fix internal multiple outputs check
5 years ago
tony_liu2
1f4251a440
add try to minddataset python tests to remove files on fail
...
delete unrelated file
change finally to except else
fix spacing alignment
fix indentation
fix indentation
fix indentation
add fix to new test case
add if main for pytest
fix spacing
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
John Tzanakakis
b3c0eb61d5
GPU debugger - milestone 1 and GPU dump
...
Additonal Authors: Adel Shafiei, Harshvardhan Gupta
5 years ago
mindspore-ci-bot
df1300d9cb
!3294 Refactor opt/pre passes
...
Merge pull request !3294 from nsyca/removal_pass
5 years ago
danish
adf59d2ded
commit one - PadOp Support files
...
clang format fix
fix format - cpplint
5 years ago