onnxruntime
cdc8db99 - [WebNN] Fixed WebNN Module undefined issue (#22795)

Commit
1 year ago
[WebNN] Fixed WebNN Module undefined issue (#22795) `Module.jsepRegisterMLConstant` will be shorten by Closure Compiler in offical release, this would cause undefined error. Fix it by using `Module['jsepRegisterMLConstant']`.
Author
Parents
Loading