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