onnxruntime
fb0f6c65
- [WebNN] Fix bug in Float16Array availability check (#25354)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
184 days ago
[WebNN] Fix bug in Float16Array availability check (#25354) The `from` is not a property of `Float16Array` but an inherited function, we can use `Float16Array['from']` to check if it is available.
References
#25354 - [WebNN] Fix bug in Float16Array availability check
Author
Honry
Parents
57c9743e
Loading