onnxruntime
fb0f6c65 - [WebNN] Fix bug in Float16Array availability check (#25354)

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.
Author
Parents
Loading