onnxruntime/onnxruntime
Wanming Lin ee603ee326
[WebNN EP] Fixed WebNN constant operand is detached issue (#20229)
Wasm allows growing the memory size, this will cause all array buffers
reallocation. WebNN EP passes a wasm view to a WebNN constant directly
which would lead to the WebNN constant be treated as detached buffers in
JS side. Simply create a copy for WebNN constant to fix it.
2024-04-10 20:30:03 -07:00
..
contrib_ops Reduce heap contention in Tokenizer (#20196) 2024-04-10 12:12:17 -07:00
core [WebNN EP] Fixed WebNN constant operand is detached issue (#20229) 2024-04-10 20:30:03 -07:00
python fix build break in kernel_explorer (#20235) 2024-04-10 15:01:44 -07:00
test Reduce Heap contention in StringNormalizer (#20182) 2024-04-09 16:10:31 -07:00
tool/etw
wasm [js/web] rewrite backend resolve to allow multiple EPs (#19735) 2024-03-15 11:47:45 -07:00
__init__.py
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings