webnn-graph 0.3.0

Simple DSL for WebNN graphs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ast;
pub mod debug;
pub mod external_weights;
pub use external_weights::{resolve_external_weights, WeightResolveError};

pub mod emit_html;
pub mod emit_js;
pub mod onnx;
pub mod parser;
pub mod protos;
pub mod serialize;
pub mod validate;
pub mod weights;
pub mod weights_io;