onnxruntime/js/common/lib
shalvamist 5c16e0befb
[web] utility functions for tensor<->image conversion in ORT web (#13603)
### Description
Data processing capabilities to ORT Web. 
This PR will focus augmenting raw data to and from Tensors.

### Motivation and Context
Enabling different app building use cases to leverage ORT in a more
natural form.
Currently, the user needs to process the data and call Tensor
constructors - these util functions will provide a direct path to
generating ORT tensors.

Co-authored-by: shalvamist <shalva.mist@microsoft.com>
2023-01-12 09:05:18 -08:00
..
backend-impl.ts [js/web] add 'xnnpack' to EP list (#12723) 2022-10-03 10:38:45 -07:00
backend.ts [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
env-impl.ts
env.ts [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
index.ts [js/api] add typedoc and revise comments (#9077) 2021-09-20 17:54:46 -07:00
inference-session-impl.ts
inference-session.ts [js/web] add 'xnnpack' to EP list (#12723) 2022-10-03 10:38:45 -07:00
onnx-value.ts
tensor-impl.ts [web] utility functions for tensor<->image conversion in ORT web (#13603) 2023-01-12 09:05:18 -08:00
tensor-utils.ts [web] utility functions for tensor<->image conversion in ORT web (#13603) 2023-01-12 09:05:18 -08:00
tensor.ts [web] utility functions for tensor<->image conversion in ORT web (#13603) 2023-01-12 09:05:18 -08:00