mindspore-ci-bot
b346f0b3ec
!5026 Fix the problem of resource clear
...
Merge pull request !5026 from Simson/enhancement-API
5 years ago
simson
d4babf190c
fix risk of memory leak
5 years ago
panyifeng
1a54785fe2
remove name arg from gradoperation
5 years ago
huangdongrun
113641decd
fix test cases
5 years ago
mindspore-ci-bot
abe6b82138
!5011 remove global grad ops
...
Merge pull request !5011 from riemann_penn/remove_global_grad_ops
5 years ago
huangdongrun
1bd9fefd84
support if by if not inline
...
add testcase of net of if by if
5 years ago
panyifeng
637e812347
remove global grad ops
5 years ago
buxue
855d6b8fed
add check for user define bprop in Pynative mode.
5 years ago
mindspore-ci-bot
b4b6e5c8ed
!4370 support kw and kwargs for cell in Pynative
...
Merge pull request !4370 from zhangbuxue/support_kw_and_kwargs_for_cell_in_pynative
5 years ago
buxue
0be4114240
support kw and kwargs for cell in Pynative
5 years ago
buxue
35677ac098
support two mstypes do equal.
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
Wei Luning
d4d6457ea7
init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
5 years ago
kingfo
28dabf0332
fix grad flag update issue in pynative
5 years ago
panyifeng
9927e6eb5c
eager mode sparse
5 years ago
buxue
e9ca893431
remove ut test_expand_dims_grad
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
buxue
f84b055244
add check for implicit conversion when scalar is not number and bool.
5 years ago
mindspore-ci-bot
05de773775
!3209 Fix bug about output of AddNGrad.
...
Merge pull request !3209 from liuxiao93/AddN
5 years ago
mindspore-ci-bot
ffb7040c3c
!3200 [clean]remove loop_can_unroll flag, clean some other python code
...
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
5 years ago
liuxiao93
8705545bcd
Fix bug about output of AddNGrad.
5 years ago
Wei Luning
f362503d57
support throw attribute error from c++
5 years ago
Wei Luning
88e864a4a3
remove loop can unroll flag, clean some python usage
5 years ago
Wei Luning
acbccea644
remove redundant phi
5 years ago
panyifeng
394178569e
fix valuenode simplify
5 years ago
kingfo
add3778a61
add grad all in pynative mode
5 years ago
buxue
4df1edf5b3
Improving implicit type conversion
5 years ago
buxue
4e832b2309
support implicit type conversion for pynative mode
5 years ago
jinyaohui
c7f6527e92
fix print file bug
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
...
Code checking
5 years ago
jinyaohui
dd5fba1db9
add notice
5 years ago
changzherui
9e83337e2f
delete pynative lenet_model test
5 years ago
kingfo
078738adc5
add tensor mod & floordiv operation
5 years ago
Wei Luning
8f56528f8c
add flags on function
5 years ago
mindspore-ci-bot
9ba6f61d01
!2148 fix hook and bprop debug issue in pynative
...
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
simson
ca988e9e69
fix the condition when activation name is 0
5 years ago
mindspore-ci-bot
11f5f88021
!2010 fix operator issues for tuple_to_array and cast
...
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
...
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
mindspore-ci-bot
c82a8bf483
!1678 modify print
...
Merge pull request !1678 from jinyaohui/print
5 years ago
huangdongrun
beacc26077
* add isconstant primitive
...
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
5 years ago
jinyaohui
5e43edc474
clean pylint
5 years ago
kingfo
9785178b88
add tensor compare & len & constexpr operation
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago