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