-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Tensor.get_size() method to Node.js API (#23498)
### This Fixes #23440 ### Details: Extended Tensor API , with tensor.getSize() method - Implemented tensor.getSize() in the js api - added parameter validation - updated Tensor interface with the getSize() method in addon.ts - added Tests --------- Co-authored-by: Alicja Miloszewska <alicja.miloszewska@intel.com> Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com>
- Loading branch information
1 parent
561d78f
commit 496a5de
Showing
4 changed files
with
61 additions
and
1 deletion.
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