panyifeng
44e74ad5aa
Apply indexed_slices
5 years ago
zhousiyi
d5255fe311
fix assign used in while
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
yvetteliu
5c5f6ce72d
Exeucate MS_LOG(DEBUG) outside the function.
6 years ago
huangdongrun
1159f2b11e
add prim infer attr cache
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
6 years ago
mindspore-ci-bot
59d5c069cf
!1142 Use AnfNodes' checked generation number in FastShadowSort.
Merge pull request !1142 from ZhangQinghua/master
6 years ago
Kang
be60bd3d79
Code refactoring for the static_analysis : modified Infer to Eval.
6 years ago
Zhang Qinghua
4803876de3
Replace unordered_set of checked AnfNode with AnfNodes' checked generation number, for performance.
6 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
6 years ago
simson
16e57a4062
change the error type in Infer from ValueError to TypeError
6 years ago
mindspore-ci-bot
420ef2a352
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
6 years ago
mindspore-ci-bot
41df9c206c
!723 Modify type error of abnormal inputs
Merge pull request !723 from Simson/push-to-opensource
6 years ago
simson
46d291c3c0
modify error type of abnormal inputs
6 years ago
fary86
b314c1d621
Remove extra empty string from log text
6 years ago
zhousiyi
f6a4f3d155
[static_analysis]: remove the TrivialPrimEvaluator cache.
add cache for PythonPrimEvaluator. Be careful that
the infer function of PythonPrimitive in python code should
be idempotent.
6 years ago
w00517616
988363299f
Exclude FV to further improve performance.
6 years ago
Zhang Qinghua
87714b3c7f
Remove the repeats of inferring and optimize the sorting routine.
Total Renormalizes:
-----
69.05010 --> 62.28941
-----
6 years ago
leonwanghui
ad76e1c42a
Fix some typo errors in pipeline module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago