-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add stable parameter to make CPU result correct #32217
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
base: master
Are you sure you want to change the base?
Conversation
4662abe
to
8a9ccb6
Compare
build_jenkins |
m_select_last_index{node.get_attribute_value<std::int64_t>("select_last_index", 0)} {} | ||
|
||
std::shared_ptr<ov::Node> ArgMinMaxFactory::make_arg_max() const { | ||
ov::OutputVector ArgMinMaxFactory::make_arg_max() const { |
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.
Makes more sense for this to return ov::Output<ov::Node>
instead of vector.
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.
Can we have test for this behavior?
I have modified the existing test to cover this. |
Details:
Tickets: