onnxruntime/js/common/lib
Yulong Wang ba5f5e3198
[js] allow manually release inference session (#16169)
### Description
This change adds a new instance function (method) to type
`InferenceSession` to allow users to manually release an inference
session instance.

#16131 depends on this change to work correctly.
2023-05-31 00:31:38 -07:00
..
backend-impl.ts [js/web] add 'xnnpack' to EP list (#12723) 2022-10-03 10:38:45 -07:00
backend.ts
env-impl.ts [js/webgpu] support proxy for webgpu (#15851) 2023-05-15 16:23:13 -07:00
env.ts [js/webgpu] support proxy for webgpu (#15851) 2023-05-15 16:23:13 -07:00
index.ts
inference-session-impl.ts [js] allow manually release inference session (#16169) 2023-05-31 00:31:38 -07:00
inference-session.ts [js] allow manually release inference session (#16169) 2023-05-31 00:31:38 -07:00
onnx-value.ts
tensor-impl.ts Tensor <--> image - Adding per channel compute for Norm mean & Bias (#14705) 2023-05-01 09:37:50 -07:00
tensor-utils.ts Tensor <--> image - Adding per channel compute for Norm mean & Bias (#14705) 2023-05-01 09:37:50 -07:00
tensor.ts Tensor <--> image - Adding per channel compute for Norm mean & Bias (#14705) 2023-05-01 09:37:50 -07:00