onednnl 0.0.1

high-level bindings to oneDNN Deep Learning library
Documentation
1
2
3
4
5
6
7
8
/// Bindings to the graph api of oneDNN
pub mod compiled_partition;
pub mod graph;
pub mod op;
pub mod ops_builders;
pub mod partition;
pub mod spec;
pub mod tensor;