mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
6 lines
269 B
Markdown
6 lines
269 B
Markdown
|
|
# 01 Basic Usage
|
||
|
|
|
||
|
|
This example is a demonstration of basic usage of ONNX Runtime Node.js binding.
|
||
|
|
|
||
|
|
In this example, we load onnxruntime, create an inference session with a simple model, feed input and get output as result. All functions are called in their basic form.
|