Skip to content

qwrtyip/onnxruntime-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Problem

js_output.bin != cc_output.bin where the expected output is js_output.bin.

How to Run

JavaScript

deno -A main.ts # Creates js_output.bin

C++

  1. Build ONNX Runtime following the instructions at https://github.com/olilarkin/ort-builder.
  2. Copy its build output to the root directory of this project under a new directory called onnxruntime.
  3. Run this:
./configure.sh
./build.sh
./build/problem # Creates cc_output.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published