mindspore2022/tests
zhousiyi a5b4e7bbf8 lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
 to
 switch(cond, g1, g2)(Xs, Ys, Zs)

 switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
 to
 switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)

put Zs at last when unifyparameter as it may have u-monad or io-monad

use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body

inline fprop_switch forcely

reorder the parameter if one of the parameter is Monad when incorporate call

incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function

addn with shape() and shape(1)

remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
..
mindspore_test_framework Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
perf_test separate irpass EnvGetItemEliminater and ItemTupleOrListEliminator 2021-04-02 17:38:40 +08:00
st lift fv before grad except weight, then convert 2021-07-03 00:03:37 +08:00
ut lift fv before grad except weight, then convert 2021-07-03 00:03:37 +08:00
vm_impl Add bprop cache 2021-06-18 09:31:46 +08:00
.gitignore
CMakeLists.txt fix cmakelint error 2021-01-23 21:04:29 +08:00
OWNERS add debugger approvers 2021-06-09 10:44:52 +08:00
__init__.py
dataset_mock.py dynamic min max shape phase 2 2021-06-07 20:06:26 +08:00
ops_common.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
summary_utils.py fix summary st, and support test dataset sink mode 2020-12-05 14:54:23 +08:00
train_step_wrap.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00