You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move tensor clone for Worker ownership NaN issue
* Update src/models.js - Use conditional operator
Co-authored-by: Joshua Lochner <[email protected]>
* Update src/models.js - Object.create(null)
Co-authored-by: Joshua Lochner <[email protected]>
* tensor.js: remove "Object" type to fix types (since ONNX exports correct type now)
* models.js / validateInputs(): Remove promise/await because it is not needed
Use "tensor instanceof Tensor" check because otherwise validateInputs() thinks it has an input even if it doesn't
* Fix JSDoc
* Update JSDoc
---------
Co-authored-by: Joshua Lochner <[email protected]>
0 commit comments