onnxruntime/samples/nodejs/04_create-inference-session
2021-10-01 22:47:52 +00:00
..
index.js Merged PR 6524907: Fix merge conflicts from public ORT to WindowsAI ORT 2021-10-01 22:47:52 +00:00
model.onnx
package.json
README.md

04 Create InferenceSession

This example shows how to create InferenceSession in different ways.

For more information about SessionOptions, please refer to other examples.