mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
### Description - set tsconfig "noUnusedParameters" to `true` and fix a few bugs discovered by typescript. how unused parameter is fixed: - for most code (webgl), add underscore as prefix, which is the standard ignore pattern for typescript check. - remove unused parameter from function and modify corresponding function calls (jsep) - fix a bug in ArgMinMax: this 2 operators do not have more than one input(s) so the `createArgMinMaxAttributesFromInputs()` is removed. - add proxy main.ts into typescript check and fix a bug in parameter passing - fixed `run()` function call and add typecheck fix (hack) |
||
|---|---|---|
| .. | ||
| ops | ||
| glsl-array-lib.ts | ||
| glsl-coordinate-lib.ts | ||
| glsl-definitions.ts | ||
| glsl-encoding-lib.ts | ||
| glsl-fragcolor-lib.ts | ||
| glsl-function-inliner.ts | ||
| glsl-preprocessor.ts | ||
| glsl-registered-libs.ts | ||
| glsl-shape-utils-lib.ts | ||
| glsl-source.ts | ||
| glsl-vec-lib.ts | ||
| inference-handler.ts | ||
| op-resolve-rules.ts | ||
| program-manager.ts | ||
| session-handler.ts | ||
| texture-data-encoder.ts | ||
| texture-layout-strategy.ts | ||
| texture-layout.ts | ||
| texture-manager.ts | ||
| types.ts | ||
| utils.ts | ||
| webgl-context-factory.ts | ||
| webgl-context.ts | ||