Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / tests / unit / mocks / shape_infer / mock_input_controller.hpp
index 4e2c2d4..e971ee7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -23,6 +23,8 @@ public:
 
     MOCK_METHOD1(getShapes, std::vector<SizeVector>(bool));
 
+    MOCK_METHOD1(getBlobs, std::vector<Blob::CPtr>(bool));
+
     MOCK_METHOD0(getIRShapes, std::vector<SizeVector>());
 
     MOCK_METHOD1(getIRShapeByName, SizeVector(