!5740 Reorder gpu fused optimizer

Merge pull request !5740 from chenweifeng/gpu-momentum-fusion
This commit is contained in:
mindspore-ci-bot 2020-09-04 11:06:21 +08:00 committed by Gitee
commit 2fe99f2bd7
1 changed files with 4 additions and 0 deletions

View File

@ -344,6 +344,10 @@ const std::set<std::string> kOptOperatorSet = {
kApplyProximalAdagradOpName,
kApplyProximalGradientDescentOpName,
kApplyRMSPropOpName,
kFusedAdamWeightDecayName,
kFusedAdamName,
kFusedWeightScaleApplyMomentum,
kFusedScaleApplyMomentum,
kPullOpName,
};