|
|
|
@@ -739,9 +739,9 @@ const std::set<std::string> k3DFormatSet = {kOpFormat_NCDHW, kOpFormat_NDC1HWC0, |
|
|
|
const std::set<std::string> kNoPaddingFormatSet = {kOpFormat_ChannelLast, kOpFormat_FRAC_NZ, kOpFormat_FRACTAL_ZN_RNN, |
|
|
|
kOpFormat_ND_RNN_BIAS}; |
|
|
|
|
|
|
|
const std::set<std::string> DynamicShapeConstInputToAttr = { |
|
|
|
kCastOpName, kExpandDimsOpName, kReshapeOpName, kEmbeddingLookupOpName, kReduceMinOpName, |
|
|
|
kReduceMeanOpName, kReduceMaxOpName, kReduceAllOpName, kReduceAnyOpName, kConcatOpName}; |
|
|
|
const std::set<std::string> DynamicShapeConstInputToAttr = {kCastOpName, kExpandDimsOpName, kEmbeddingLookupOpName, |
|
|
|
kReduceMinOpName, kReduceMeanOpName, kReduceMaxOpName, |
|
|
|
kReduceAllOpName, kReduceAnyOpName, kConcatOpName}; |
|
|
|
|
|
|
|
const std::set<std::string> DynamicShapeConstInputToAttrCPU = { |
|
|
|
kCastOpName, kExpandDimsOpName, kEmbeddingLookupOpName, kReduceMinOpName, kReduceMeanOpName, |
|
|
|
|