-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expose Model.get_output_size() method to Node.js API #23822
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
Expose Model.get_output_size() method to Node.js API #23822
Conversation
vishniakov-nikolai
left a comment
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.
Minor comments
Co-authored-by: Vishniakov Nikolai <[email protected]>
almilosz
left a comment
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.
The CIs are failing because there is a possible loss of data when you convert size_t to double.
Consider representing output_size as different Napi::Value
Head branch was pushed to by a user without write access
almilosz
left a comment
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.
After fixing merge conflicts it's ready to merge. Be careful not to remove get/set FriendlyName() methods
|
build_jenkins |
This fixes #23567
What has been done: