mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description optimize eslint config to: - set parserOptions.project to `true` to allow @typescript-eslint/parser to find the nearest tsconfig.json file to that source file. This helps to avoid parsing extra files, may helps with: - reduce the possibility of seeing OOM or stackoverflow with "npm run lint" - faster processing - enforce rule "no-underscore-dangle" with a list of exceptions. |
||
|---|---|---|
| .. | ||
| backends | ||
| ort-schema | ||
| attribute-with-cache-key.ts | ||
| attribute.ts | ||
| backend.ts | ||
| execution-plan.ts | ||
| graph.ts | ||
| instrument.ts | ||
| model.ts | ||
| operators.ts | ||
| opset.ts | ||
| session-handler-inference.ts | ||
| session.ts | ||
| tensor.ts | ||
| util.ts | ||