mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
|
|
||
|---|---|---|
| .. | ||
| 01_basic-usage | ||
| 02_create-tensor | ||
| 04_create-inference-session | ||
| .gitignore | ||
| README.md | ||
Examples
This folder contains several examples that demonstrate how to use onnxruntime Node.js binding.
Examples List
01 Basic Usage
This example is a demonstration of basic usage of ONNX Runtime Node.js binding.
02 Create Tensor
This example is a demonstration of basic usage of creating tensors.
04 Create InferenceSession
Usage
In each example's implementation subdirectory, run
npm install
node ./