mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
* fix bundle for multi-thread, add e2e test and support nodejs * add copyright banner * resolve comments * add comments for isMultiThreadSupported()
20 lines
257 B
Text
20 lines
257 B
Text
/.vscode/ipch/
|
|
|
|
node_modules/
|
|
types/
|
|
dist/
|
|
|
|
tsconfig.tsbuildinfo
|
|
|
|
lib/**/*.js
|
|
lib/**/*.js.map
|
|
test/**/*.js
|
|
test/**/*.js.map
|
|
script/**/*.js
|
|
script/**/*.js.map
|
|
|
|
lib/wasm/binding/**/*.wasm
|
|
!lib/wasm/binding/**/*.d.ts
|
|
|
|
test/testdata-config.json
|
|
test/data/node/
|