zhangzhaoju
d34f14e324
white list for syntax exception
4 years ago
chenfei
9324b9690c
code clean of mindspore
4 years ago
7347157+joylvliang@user.noreply.gitee.com
6e59598f99
correct_wrong_info_when_using_ms_function_with_bprop
4 years ago
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
chujinjin
34096bf879
add sync control for pynative
4 years ago
7347157+joylvliang@user.noreply.gitee.com
ab32ebc758
fix_warning_of_codes
4 years ago
lizhenyu
c50606ef26
Refine unify runtime context
4 years ago
zhangzhaoju
714cab8ccd
fix issue:I3UWI3
step1:primitive A compile first time
step2:python change attribute of primitive A [not sync change to prim adapter]
step3:primitive A compile second time[compile depend on prim adapter, result
wrang]
4 years ago
lianliguang
8a9b388ac3
clean CXX warning
4 years ago
mindspore-ci-bot
04341b1dbc
!17076 fix log error for pynative mode
From: @chujinjin
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
chujinjin
7fb3b5ea97
fix log error
4 years ago
lvliang
0d5d4935d4
fix_codes_clean_and_pclint
4 years ago
tanghuikang
9ccbb87918
bporp
5 years ago
lianliguang
5849706968
clean pclint warning
5 years ago
lianliguang
4d7b7649e9
remove the useless PrimType
5 years ago
zhangzhaoju
a1db9c4959
Pybind11::object && PrimitivePy recycle optimize
5 years ago
LianLiguang
9b94b6f8ed
fix codex && reviewbot
5 years ago
caifubi
a6959c2a13
fix bn cast bug
5 years ago
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
5 years ago
mindspore-ci-bot
a58413479e
!11430 add del_attr function
From: @changzherui
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
yuchaojie
1932d87a26
update some op's attr name
5 years ago
changzherui
2795273753
add del_attr funciton
5 years ago
chenfei
2e77736443
pynative consistent run fail
5 years ago
chenfei
1f20e552ed
handle mem leak in pynative mode
use enter and leave construct
5 years ago
zjun
c0f02dfaf8
Opitimize pynative bprop
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
zjun
3e1358fe94
Fix bprop second derivative
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
chenfei
368e33bd67
resolve mem leak in primitive py
5 years ago
lvliang
ea0d53c27c
fix-bug-of-zero-in-tensor-shape-and-non-py-tensor-in-cell-hook-in-pynative
5 years ago
lvliang
1b98e91a7e
checkout-the-consistency-of-grad-out-in-pynative-cell-hook
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
mindspore-ci-bot
be3d79cb6b
!4204 add dynamic shape support for GatherV2 and others
Merge pull request !4204 from fary86/adapt_primitive_dynamic_shape
5 years ago
buxue
359e1f236e
check user define bprop when there is parameter in nested network
5 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
mindspore-ci-bot
d81b30e6a0
!5312 make backend/optimizer free of pybind
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
buxue
6af286b3e5
fix bug the const input is broadened in PyNative mode
5 years ago
simson
d4babf190c
fix risk of memory leak
5 years ago
liubuyu
e81f7f332c
fix too many warning info print
5 years ago
mindspore-ci-bot
b2a5440548
!4883 Fix compilation warnings
Merge pull request !4883 from zhoufeng/xiu-ba-ge
5 years ago
zhoufeng
22ec976ef7
fix compilation warnings
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
buxue
855d6b8fed
add check for user define bprop in Pynative mode.
5 years ago
liubuyu
45b6600001
mv cc file that end with py to pybind
5 years ago