-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Implemented getOutputElementType #25760
Merged
Merged
Changes from 35 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
7d6a2c7
implemented getOutputElementType
Pey-crypto acfffa7
Fixed errors in variable names
Pey-crypto 9a67e56
Fixed Error in error string
Pey-crypto 7c671cc
Merge branch 'master' into master
Pey-crypto 74122ce
Update src/bindings/js/node/include/model_wrap.hpp
Pey-crypto f301d12
Update src/bindings/js/node/lib/addon.ts
Pey-crypto 2718d0b
Update src/bindings/js/node/src/model_wrap.cpp
Pey-crypto 950ab0d
Updates to get_output_element_type
Pey-crypto a38ccf1
Merge branch 'openvinotoolkit:master' into master
Pey-crypto 9fd778e
Updated
Pey-crypto 4ea1ba6
Merge branch 'openvinotoolkit:master' into master
Pey-crypto 5e961c5
Fixed allowed signatures and used the format described in type_valida…
Pey-crypto 285a94a
addon.ts
Pey-crypto 350cbea
Updated the method to use the type_validation.
Pey-crypto be5b9a6
Updates to method and tests.
Pey-crypto 2b824e7
Resolved merge conflicts
Pey-crypto 12fa8f7
Fixed formatting error
Pey-crypto 1a77dbb
Fixed allowed signatures and used the format described in type_valida…
Pey-crypto 01bca61
Fixed addon.ts
Pey-crypto 7cf0c70
Updated the method to use the type_validation.
Pey-crypto 1dca9e4
Updates to method and tests.
Pey-crypto 2b9d119
Fixed formatting error
Pey-crypto 46cf4fd
Merge branch 'outputDataType' of https://github.com/Pey-crypto/openvi…
Pey-crypto 118807c
Revert changes in package-lock.json and model.test.js to resolve merg…
Pey-crypto 84d8256
fixing merge errors
Pey-crypto 368b990
Merge branch 'outputDataType' of https://github.com/Pey-crypto/openvi…
Pey-crypto 94dea69
resolved error functions
Pey-crypto a8778d4
Reverted changes committed to open_model_zoo to the previous state
Pey-crypto 4e8ceaa
Removed the correct package-lock file.
Pey-crypto 9a235eb
Updated files to the last commit.
Pey-crypto fb72d48
Merge branch 'master' into outputDataType
Pey-crypto 933dfb6
Applied suggestions:
Pey-crypto 78d899d
Merge branch 'master' into outputDataType
Pey-crypto 4447083
deleted file
Pey-crypto 7568016
Merge branch 'openvinotoolkit:master' into outputDataType
Pey-crypto 10d3865
Applied suggestions
Pey-crypto b96f04c
Merge branch 'outputDataType' of https://github.com/Pey-crypto/openvi…
Pey-crypto 954a72e
Fixed merge issue
Pey-crypto 2f2827a
Merge branch 'master' into outputDataType
Pey-crypto d50c812
Merge branch 'master' into outputDataType
Pey-crypto 54b6e28
Fix documentation comment
almilosz 5bc3023
Update src/bindings/js/node/lib/addon.ts
almilosz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pey-crypto marked this conversation as resolved.
Show resolved
Hide resolved
|
Submodule open_model_zoo
updated
30 files
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 method description should be placed only once, above the declaration. This one can be deleted.