mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
|
…
|
||
|---|---|---|
| .. | ||
| 01_basic-usage | ||
| 02_create-tensor | ||
| 04_create-inference-session | ||
| .gitignore | ||
| README.md | ||
ONNX Runtime nodejs samples
In each sample's implementation subdirectory, run
npm install
node ./
-
Basic Usage - a demonstration of basic usage of ONNX Runtime Node.js binding.
-
Create Tensor - a demonstration of basic usage of creating tensors.
-
Create InferenceSession - shows how to create InferenceSession in different ways.