lyfne
b7076d260e
Do cse graph by graph
6 years ago
zhoufeng
c2b3360d69
update clang format rule
5 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