webnn-graph 0.2.0

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