Skip to content

Latest commit

 

History

History
 
 

01_basic-usage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.