macro_rules! register_cudnn_operator {
    ($name:ty, $($arg:ty),*) => { ... };
}
Expand description

Macros for cudnn since we use it often