forked from huawei/mindspore2022
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auto_grad.py | ||
| test_debug_location.py | ||
| test_optimizer_with_loss_scale.py | ||
| test_optimizer_with_parameter_groups.py | ||
| test_python_pass.py | ||
| test_recompute.py | ||
| test_while_ScatterNdUpdate.py | ||