fary86
38083e055a
Fix coredump missing return statement after while loop
5 years ago
buxue
09f1a4bbaf
support axis is None for all and any interface in graph mode.
5 years ago
Zhang Qinghua
2af0333020
Keep silence for Keyboard Interrupt.
5 years ago
buxue
02d6e3a43a
fix bugs
5 years ago
mindspore-ci-bot
1f28a7c097
!4063 Decouple ME and AKG for GPU.
Merge pull request !4063 from ZhangQinghua/master1
5 years ago
Zhang Qinghua
22e0a0ba76
Decouple ME and AKG for GPU.
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
buxue
ace34525cd
improve interface '__bool__' for tensor
5 years ago
mindspore-ci-bot
0154bdeb70
!3935 Decouple ME and AKG for Ascend
Merge pull request !3935 from ZhangQinghua/master
5 years ago
buxue
2c4cb49a11
support interface 'all' and 'any' of tensor
5 years ago
Zhang Qinghua
89f34017dd
Decouple ME and AKG for Ascend.
5 years ago
mindspore-ci-bot
6f7f376b1c
!3821 Decouple ME and TBE by the IPC way.
Merge pull request !3821 from ZhangQinghua/master1
5 years ago
mindspore-ci-bot
a182a87a6d
!3820 support tensor attr shape and dtype in graph mode
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
5 years ago
buxue
b075674cf2
support tensor attr shape and dtype in graph mode
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
Zhang Qinghua
960da5cbed
Decouple the backend TBE from binding Python API.
5 years ago
jinyaohui
39c251c015
fix bug of cast dtype when using mix_presion in pynative mode
5 years ago
kingfo
fab9fac109
fix batchnorm under mix precision in pynative mode
5 years ago
buxue
8feb021c08
support bprop for const in pynative and develop stridedslice and isinstance.
5 years ago
kingfo
73ea9b7855
fix mix precesion operator issue
5 years ago
buxue
b812c1a17a
support call super when class define in test_case.
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
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
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
panyifeng
5a10383cc3
add coo_tensor
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
buxue
60b0ded440
change ValueError to TypeError for enumerate start
5 years ago
buxue
cf797d3bf2
add arg check for enumerate
5 years ago
yanghaoran
9ce5c97204
synchronize Ascend software suite 07 Jul 2020
5 years ago
mindspore-ci-bot
dab7ad44ab
!2901 Optimization for parser
Merge pull request !2901 from Kang/master
5 years ago
wuyongkang
6618a42bf1
Optimization for parser
5 years ago
buxue
cfa41733d6
support Python built-in function 'enumerate'
5 years ago
mindspore-ci-bot
db94c5fb0f
!2786 Optimization for ast_cache
Merge pull request !2786 from Kang/optimization
5 years ago
wuyongkang
f797d17a6e
Optimization for ast_cache
5 years ago
mindspore-ci-bot
bd3f3b51e4
!2722 Optimize parser
Merge pull request !2722 from Kang/optimization
5 years ago
wuyongkang
274bd25386
Optimize parser
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
huangdongrun
9d3c9c69fe
modify map to C.Map()
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
42c00b1534
!2222 fix op compile log bug
Merge pull request !2222 from wangcong/master
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
wangcong
aed393d50f
add pre compile process
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
mindspore-ci-bot
8de8289cfd
!1840 Add op pre compiler process
Merge pull request !1840 from wangcong/master
5 years ago
wangcong
0749ce3710
add pre compile process
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
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
mindspore-ci-bot
00672a47b8
!1730 control sink refactor
Merge pull request !1730 from wenchunjiang/fix_code_check
5 years ago