webnn-graph 0.3.0

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

pub mod constant_folding;
pub mod convert;
pub mod ir;
pub mod ops;
pub mod shape_inference;

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