buxue
559c741cce
improve the way passing ags of partial
5 years ago
Zhang Qinghua
6c72d88ba1
Set top graph parameters' name as original graph parameters.
5 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
mindspore-ci-bot
daff211538
!6357 add grad acc test case
Merge pull request !6357 from jinyaohui/master
5 years ago
jinyaohui
188c3e5394
add grad acc test case
5 years ago
BowenK
607ea81c7b
fix static check
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
fary86
d2d8a911ff
Fix bug of convert python object
5 years ago
Wei Luning
1a2eb5c8f7
fix time cost
5 years ago
mindspore-ci-bot
95212b55a0
!3271 make reftype a subtype of MetaTensor and try to mark ref in node input
Merge pull request !3271 from vlne-v1/ref_demo
5 years ago
Wei Luning
24a10225cf
change base class of ref to tensor in cpp
5 years ago
fary86
8d245497a4
Fix large for loop Runtime Error due to backend missing operators
5 years ago
fary86
947e19b839
Fix bug of switch layer join
5 years ago
huangdongrun
1bd9fefd84
support if by if not inline
add testcase of net of if by if
5 years ago
zhoufeng
22ec976ef7
fix compilation warnings
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
huangdongrun
f30418991c
refactor bool op parsing to be consistent with pynative mode
add testcase of st
5 years ago
mindspore-ci-bot
70a218123b
!4722 modiy error type
Merge pull request !4722 from lijiaqi/modify_error_type
5 years ago
李嘉琪
c65ea1687b
modify error type
5 years ago
mindspore-ci-bot
4f46c4277a
!4614 Code compile performance optimization
Merge pull request !4614 from zhoufeng/code-compile-performance
5 years ago
mindspore-ci-bot
cc077de9e3
!4425 fix if statement with no return coredump
Merge pull request !4425 from fary86/fix_if_no_return_coredump
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
fary86
38083e055a
Fix coredump missing return statement after while loop
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
buxue
02d6e3a43a
fix bugs
5 years ago
Wei Luning
ea3ddea3d4
remove ref origin
5 years ago
buxue
ace34525cd
improve interface '__bool__' for tensor
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
mindspore-ci-bot
bca16792be
!3453 Support resolving an attribute of a Cell class instance
Merge pull request !3453 from zichun_ye/resolve_attr_pr
5 years ago
Zichun Ye
5b9899eb4f
add support to resolve attr for a class
update logic for cache
clean up code
add test cases for new api
update include of code
specify the resolve attr to ClassMember
avoid resolve attr of self
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
fary86
d4a3d0fa14
Fix large for loop execute fail
5 years ago
fary86
af22653b60
Fix bug of ConvertData in data_converter.cc
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
4bbbf2dc7a
!3336 [bug][ci]fix bug when remove the phis
Merge pull request !3336 from vlne-v1/remove_loop_can_unroll
5 years ago
buxue
f84b055244
add check for implicit conversion when scalar is not number and bool.
5 years ago
Wei Luning
2899aaade5
fix bug in remove phiphi should replace the inner ones first
5 years ago
mindspore-ci-bot
8da91ca3cf
!3237 support call the parent class function
Merge pull request !3237 from zhangbuxue/support_call_the_parent_class_construct_function
5 years ago
buxue
073507a5e0
support call the parent class function
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
Wei Luning
acbccea644
remove redundant phi
5 years ago
huangdongrun
ee2039fbba
add support for value sequence of primitve
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago