Commits


zhijiang authored and GitHub committed 2b3050bb0c8
Zhijxu/fix toposort (#18705) in training, shape/size need to be executed immediately when it's ok to be executed and thus to save memory if possible; the toposort logic is enhanced before, while didn't take of the "shape->size" pattern, which make the following size op will not show up in toposort result.