mindspore2022/mindspore/ccsrc
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
2020-04-13 23:45:14 -04:00
..
common Fix some typo errors in mindspore ir module 2020-04-06 16:15:09 +08:00
dataset !207 Fix potential overflow in batch by changing int32 to int64 2020-04-14 01:55:35 +08:00
debug Fix some typo errors in mindspore ir module 2020-04-06 16:15:09 +08:00
device !203 fix reshape as output and release mem exception 2020-04-13 15:26:06 +08:00
gvar initial version 2020-03-27 22:54:54 +08:00
ir fix print content of mindspore.string 2020-04-13 13:21:24 +08:00
kernel !200 Add quantization aware training related operators 2020-04-13 22:06:28 +08:00
mindrecord add mindrecord subset random sampler 2020-04-11 18:48:23 +08:00
onnx fix complite bug in clang 2020-04-11 14:15:11 +08:00
operator use first depend create parameter 2020-04-10 11:06:24 +08:00
optimizer Add new flag to watch for the need of Renormalize pass when parsing the python input program 2020-04-13 23:45:14 -04:00
parallel !245 Add bool type check in communication operator 2020-04-13 20:19:47 +08:00
pipeline Add new flag to watch for the need of Renormalize pass when parsing the python input program 2020-04-13 23:45:14 -04:00
pre_activate !132 Add confusion_mul_grad_fusion pass 2020-04-13 21:49:06 +08:00
predict remove ge depend in cpu 2020-04-02 19:38:42 +08:00
pybind_api initial version 2020-03-27 22:54:54 +08:00
pynative Fix some typo errors in mindspore ir module 2020-04-06 16:15:09 +08:00
session fix-bug-type-str-is-invalied-uint16 2020-04-13 20:03:44 +08:00
transform modified api name Stack -> Pack, Unstack -> Unpack 2020-04-09 19:02:59 +08:00
utils !132 Add confusion_mul_grad_fusion pass 2020-04-13 21:49:06 +08:00
vm use first depend create parameter 2020-04-10 11:06:24 +08:00
CMakeLists.txt !200 Add quantization aware training related operators 2020-04-13 22:06:28 +08:00
common.h initial version 2020-03-27 22:54:54 +08:00
mindspore.cc initial version 2020-03-27 22:54:54 +08:00