Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / include / ie_data.h
index 2088919..0ae2073 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -112,6 +112,13 @@ public:
     void setLayout(Layout layout);
 
     /**
+     * @brief changes dims and layout at same time
+     * @param dims new dimensions
+     * @param layout new layout
+     */
+    void reshape(const SizeVector &dims, Layout layout);
+
+    /**
     * @brief Gets the layout value for this Data instance
     */
     Layout getLayout() const;