onnx_graph 0.1.0

ONNX graph parser and execution engine for deep neural networks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod add;
pub mod concat;
pub mod conv;
pub mod div;
pub mod hash_trait;
pub mod max_pool;
pub mod mul;
pub mod node;
pub mod reshape;
pub mod resize;
pub mod sigmoid;
pub mod silu;
pub mod slice;
pub mod soft_max;
pub mod split;
pub mod sub;
pub mod transpose;
pub mod unique_ids;