onednnl 0.0.1

high-level bindings to oneDNN Deep Learning library
Documentation
1
2
3
4
5
6
7
8
use crate::graph::spec::OpSpec;

pub struct EndSpec;

impl OpSpec for EndSpec {
    const KIND: onednnl_sys::dnnl_graph_op_kind_t::Type =
        onednnl_sys::dnnl_graph_op_kind_t::dnnl_graph_op_end;
}