Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / mkldnn_plugin / nodes / mkldnn_permute_node.h
index 9c0ce0d..cad6f90 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -40,7 +40,7 @@ private:
         isApplicable isValidParams;
     };
 
-    static std::map<InferenceEngine::SizeVector, PermuteImpl> OptimizedCases;
+    static std::multimap<InferenceEngine::SizeVector, PermuteImpl> OptimizedCases;
 };
 
 }  // namespace MKLDNNPlugin