webnn-graph 0.2.1

Simple DSL for WebNN graphs
1
2
3
4
5
6
7
8
9
pub mod ast;
pub mod emit_html;
pub mod emit_js;
pub mod onnx;
pub mod parser;
pub mod serialize;
pub mod validate;
pub mod weights;
pub mod weights_io;