webnn-graph 0.2.1

Simple DSL for WebNN graphs
1
2
3
4
5
6
7
8
9
// ONNX to WebNN conversion module

pub mod convert;
pub mod ir;
pub mod ops;
pub mod shape_inference;
pub mod types;

pub use convert::{convert_onnx, ConvertOptions, OnnxError};