[IE TESTS] Update SubgraphBase class (#9148)

This commit is contained in:
Irina Efode 2021-12-14 01:09:40 +03:00 committed by GitHub
parent 1ae556a426
commit 7335387db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,9 +63,8 @@ protected:
LayerTestsUtils::Summary& summary = LayerTestsUtils::Summary::getInstance(); LayerTestsUtils::Summary& summary = LayerTestsUtils::Summary::getInstance();
private: virtual std::vector<ov::runtime::Tensor> calculate_refs();
std::vector<ov::runtime::Tensor> calculate_refs(); virtual std::vector<ov::runtime::Tensor> get_plugin_outputs();
std::vector<ov::runtime::Tensor> get_plugin_outputs();
}; };
inline std::vector<std::vector<InputShape>> static_shapes_to_test_representation(const std::vector<std::vector<ov::Shape>>& shapes) { inline std::vector<std::vector<InputShape>> static_shapes_to_test_representation(const std::vector<std::vector<ov::Shape>>& shapes) {