Skip to content

Commit

Permalink
add an initial implemenation for onnxruntime backend of wasi-nn
Browse files Browse the repository at this point in the history
Signed-off-by: David Justice <david@devigned.com>
  • Loading branch information
devigned committed Feb 8, 2024
1 parent b6a8abc commit 3324720
Show file tree
Hide file tree
Showing 17 changed files with 12,489 additions and 27 deletions.
206 changes: 203 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/test-programs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ futures = { workspace = true, default-features = false, features = ['alloc'] }
url = { workspace = true }
sha2 = "0.10.2"
base64 = "0.21.0"
ndarray = "0.15.3"
image = { version = "0.24.6", default-features = false, features = ["jpeg"] }

0 comments on commit 3324720

Please sign in to comment.