mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
5 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
5 years ago
fary86
b314c1d621
Remove extra empty string from log text
5 years ago
panyifeng
9e633b6c12
validate bprop rules
5 years ago
mindspore-ci-bot
63712848e2
!494 Split ccsrc cmake to individual sub-directories
Merge pull request !494 from zhoufeng/cmake-sub
5 years ago
zhoufeng
b681cec8f2
cmake refactor
5 years ago
fary86
2078229436
Add prim name to error message for array_ops
6 years ago
mindspore-ci-bot
875ebc296d
!662 fix reviewboot and example of TruncatedNormal
Merge pull request !662 from zhangbuxue/fix-reviewboot
5 years ago
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
5 years ago
Wei Luning
f305d6f8a7
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a .
5 years ago
Wei Luning
30f397dbd6
Revert "use the old op"
This reverts commit 252ed4f7c9 .
5 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
lyfne
b7076d260e
Do cse graph by graph
6 years ago
zhoufeng
c2b3360d69
update clang format rule
6 years ago
Wei Luning
252ed4f7c9
use the old op
6 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
6 years ago
mindspore-ci-bot
71b63c3fcf
!246 [opt pass] AdjustAllReduceMulAdd
Merge pull request !246 from vlne-v1/I1E3PI-opt-pass-adjust-allreduce-apply-weight-decy-seq
6 years ago
Wei Luning
ea6958c50a
add pattern AdjustAllReduceMulAdd
6 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
6 years ago
Hoai Linh Tran h00472437
46c590b787
Add new flag to watch for the need of Renormalize pass when parsing the python input program
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Add optimizer checking: For a group of passes in "optimizer", if flagged then it will check and collect the newly generated nodes without types (i.e. abstract() == nullptr).
Before calling Renormalize(), the optimizer will check if there is any node needed retyping. If not the Renormalize pass will not be called.
Add checking for non-null abstract but still needs renorm;
Add flags to Substitution to help watching Renormalize
Simpler pass result checker, change Bool to Enum type
6 years ago
Wei Luning
37c94a5f76
add pass replace_old_param_
6 years ago
mindspore-ci-bot
98e69fc639
!215 fix bprop cache caused error with variable params
Merge pull request !215 from penn/fix_print_bprop_error
6 years ago
chenzomi
e09f220f17
fix complite bug in clang
6 years ago
义峰潘
2bef22d8a3
fix bprop cache caused error with variable params
6 years ago
biffex
62bbf560c6
constant duplicate mul for momentum
6 years ago
panyifeng
1fb776fe09
fix grad missing due to indirect dependent free morphism
6 years ago
huangdongrun
d3f733fa25
support grad on graph with variable arguments
use unpack graph primitive instead
add testcases for all grad interface
remove debug log
format code
remove dumpfuncgraph
resolve clang-format
resolve reviews
resolve cpplint
fix review
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago