-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sns explicit tiles #55
Sns explicit tiles #55
Conversation
5f8a55e
to
8c84e14
Compare
@@ -61,6 +61,14 @@ class SubgraphBaseTest : public CommonTestUtils::TestsCommon { | |||
virtual std::vector<ov::Tensor> get_plugin_outputs(); | |||
}; | |||
|
|||
inline std::vector<InputShape> dynamic_shapes_to_test_representation(const std::vector<ov::PartialShape>& shapes) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should be approved by tests maintainers.
ov::runtime::Tensor generate(const ov::element::Type& elemType, | ||
const ov::Shape& targetShape, | ||
InputGenerateData inGenData = InputGenerateData(10, 20, 32768, 1)) { | ||
// InputGenerateData inGenData = InputGenerateData(10, 20, 32768, 1)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same story? Can it be extracted into separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I contacted Irina Efode to ask her opinion about the changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftovers will be fixed in separate PR
Details: