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 |
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 |
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 |
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 |
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 |
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 |
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 |
mindspore-ci-bot
|
4bbbf2dc7a
|
!3336 [bug][ci]fix bug when remove the phis
Merge pull request !3336 from vlne-v1/remove_loop_can_unroll
|
5 years ago |
Giancarlo Colmenares
|
fdd8f8d818
|
Added support for unspecified tokens/nodes in PPrimitive
|
5 years ago |
mindspore-ci-bot
|
760cd6829b
|
!3337 add check for implicit conversion when scalar is not number and bool
Merge pull request !3337 from zhangbuxue/add_check_for_implict_conversion_when_scalar_is_string
|
5 years ago |
mindspore-ci-bot
|
3d12d368fa
|
!3332 Fix csv dataset shard
Merge pull request !3332 from jiangzhiwen/fix_csv_shard
|
5 years ago |
mindspore-ci-bot
|
8b8d3a91ea
|
!3309 clean codex&bot warning
Merge pull request !3309 from lianliguang/master
|
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 |
mindspore-ci-bot
|
875bdc2ebc
|
!3319 mv warpctc to official cv
Merge pull request !3319 from gengdongjie/master
|
5 years ago |