wasi-nn: add backend abstraction

This commit is contained in:
Andrew Brown
2021-08-09 15:43:35 -07:00
parent 44f9ccd316
commit c3bbdead7c
3 changed files with 186 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
mod api;
mod ctx;
mod r#impl;
mod openvino;
mod witx;
pub use ctx::WasiNnCtx;