mindspore-ci-bot
848d19207f
!1359 Optimize the IR modules.
Merge pull request !1359 from ZhangQinghua/master
5 years ago
kingfo
840922e501
add backward hook function in pynative mode
6 years ago
Zhang Qinghua
3ae925115f
Refactoring FuncGraphManager module: Move all info. of nodes and edges from FuncGraphManager into FuncGraph.
5 years ago
rick_sanchez
19dfc98006
fix codex and reviewbot
5 years ago
mindspore-ci-bot
233508b70e
!1250 Dict_setitem transofrm to tuple_setitem
Merge pull request !1250 from amongo/SupportDictSetItemTransform
5 years ago
huangdongrun
3cf94daefc
add support for dict setitem operation
format code
remove save_graph
raise exception when dictionary setitem if the key not exists
resolve error
remove unnessary op_
6 years ago
Wei Luning
3db8cfa54f
add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try
6 years ago
panyifeng
a028c40e1c
fix codex
6 years ago
zhousiyi
047ac018da
specialize hypermap paramater
6 years ago
Hoai Linh Tran h00472437
d82bbe34c8
Added improvement for ZeroLikeFillZero optimization pass: The old algorithm convert the PrimitivePy op (with 3 nodes) into a
new subtree with 9 nodes and after that a Renormalize pass is needed to simplified it back to a tensor. The new algorithm will
create the tensor while visiting in the pass, therefore only a single node is created and no Renormalize will be needed for this pass
(if other passes requires then Renormalize will still be called but no further infer is needed for the created tensor)
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Code review
6 years ago
Zhang Qinghua
d43ad79b50
Optimize the collectors of manager which listen to the graphs and nodes changes.
1. Remove the records of user graphs;
2. Remove the records of user value nodes;
3. Remove the records of user cnodes;
4. Add the records of users, and the API to access the users of graph, value node, and cnode;
5. Fix issue:User cnode record may point to its own graph, when combine the user(caller) and used one(callee);
6. Fix issue:User graphs never update itself after its first creation.
6 years ago
panyifeng
9e633b6c12
validate bprop rules
6 years ago
mindspore-ci-bot
875ebc296d
!662 fix reviewboot and example of TruncatedNormal
Merge pull request !662 from zhangbuxue/fix-reviewboot
6 years ago
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
6 years ago
Wei Luning
f305d6f8a7
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a .
6 years ago
Wei Luning
30f397dbd6
Revert "use the old op"
This reverts commit 252ed4f7c9 .
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
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
Wei Luning
37c94a5f76
add pass replace_old_param_
6 years ago
chenzomi
e09f220f17
fix complite bug in clang
6 years ago
biffex
62bbf560c6
constant duplicate mul for momentum
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