macro_rules! inherit_onnx_schema {
    ($a:ident) => { ... };
    ($a:expr) => { ... };
    ($a:ident, $d:expr) => { ... };
}