[IE Common][WA] Skipped const folding for Convolution layer (#1002)
This commit is contained in:
@@ -232,7 +232,8 @@ std::vector<CNNLayerPtr> ConstTransformer::foldConstSubgraphsInternal(const std:
|
||||
static std::vector<std::string> skipConstInfer = {
|
||||
"FakeQuantize",
|
||||
"Quantize",
|
||||
"CumSum" // Const inference function for CumSum is not implemented!
|
||||
"CumSum", // Const inference function for CumSum is not implemented
|
||||
"Convolution" // Const inference function for Convolution is not implemented
|
||||
};
|
||||
|
||||
const std::map<std::string, bool> ConstTransformer::getConstLayers(const std::vector<CNNLayerPtr>& sortedLayers) {
|
||||
|
||||
Reference in New Issue
Block a user