Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
fary86
a2b882bcb4
Fix codex
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
5 years ago
mindspore-ci-bot
1a4abefa9a
!1385 support for multi nest switch
Merge pull request !1385 from amongo/SupportMultiSwitch
5 years ago
gengdongjie
705c71a257
Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f .
5 years ago
mindspore-ci-bot
906389b3a7
!1382 support create new item when dictionary set item key not exist
Merge pull request !1382 from amongo/DictionarySupportSetNewItem
5 years ago
yao_yf
96c9569dca
fix reshape reshape case
5 years ago
huangdongrun
e9aa280f86
add support for dictionary set item which does not exist
5 years ago
huangdongrun
334d038008
add support for multi switch
resolve review
6 years ago
panyifeng
6a57eeb922
fix check_bprop attr error
6 years ago
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.
6 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
6 years ago
rick_sanchez
19dfc98006
fix codex and reviewbot
6 years ago
mindspore-ci-bot
233508b70e
!1250 Dict_setitem transofrm to tuple_setitem
Merge pull request !1250 from amongo/SupportDictSetItemTransform
6 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
6 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
seatea
981b013f81
Fix CSE bug for some operations like `DropoutGenMask` which should not
be optimized as it will generate different values each time.
6 years ago
mindspore-ci-bot
6b4a6e55a0
!1177 fix codex
Merge pull request !1177 from panyifeng/fix_codex
6 years ago
panyifeng
a028c40e1c
fix codex
6 years ago
yvetteliu
aa912a9f71
Simplify node traversal strategy.
Simplify node traversal strategy.
Add a case when the node is a parameter.
format
Standardize operation.
6 years ago
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
6 years ago
mindspore-ci-bot
8003a89a7b
!766 bugfix(SA): Add the support of nested loop.
Merge pull request !766 from gongchen/nest_loop
6 years ago
zhousiyi
047ac018da
specialize hypermap paramater
6 years ago
fary86
3f323e48e2
Add submodule id for log interface
6 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
6 years ago
mindspore-ci-bot
affdd22de3
!967 Add switch_case primitive
Merge pull request !967 from panyifeng/switch_case_primitive
6 years ago
panyifeng
b7596e1f33
Add switch_case primitive
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
biffex
446dce0096
[ir] add seen generation to accelerate traversing the whole graph
6 years ago
mindspore-ci-bot
81ad297f43
!706 Fix CSE bug for `DropoutGenMask` operation
Merge pull request !706 from seatea/fix-cse-bug-for-dropoutgenmask
6 years ago
mindspore-ci-bot
d436f798dc
!881 Remove redundant process of keeping roots.
Merge pull request !881 from ZhangQinghua/master
6 years ago
Zhang Qinghua
353cbc99ff
Remove redundant process of keeping roots.
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
seatea
538cc7e21b
Fix CSE bug for `DropoutGenMask` operation.
6 years ago
mindspore-ci-bot
8bf35b2b0c
!700 validate bprop rules
Merge pull request !700 from penn/validate_bprop_rules
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
fary86
b314c1d621
Remove extra empty string from log text
6 years ago
panyifeng
9e633b6c12
validate bprop rules
6 years ago
mindspore-ci-bot
63712848e2
!494 Split ccsrc cmake to individual sub-directories
Merge pull request !494 from zhoufeng/cmake-sub
6 years ago
zhoufeng
b681cec8f2
cmake refactor
6 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
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