Add ReduceMin to Whitelist

This commit is contained in:
nomindcarry 2022-12-15 20:37:09 +08:00
parent e5f17787f7
commit 604f39c763
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ static const mindspore::HashSet<std::string> kDynamicProcessOp = {
kReduceSumOpName,
kCTCLossOpName,
kReduceMeanOpName,
kReduceMinOpName,
kZerosLikeOpName,
kTileOpName,
kLayerNormGradOpName,