Macro tract_pulse::internal::tract_core::element_wise_oop[]

macro_rules! element_wise_oop {
    ($func : ident, $Op : ident
 $({ $($(#[$meta : meta]) ? $var : ident : $var_typ : path), * }) ?,
 $([$($typ : ident), *] => $typ_dst : ident $f : expr), *
 $(; cost : $cost : expr) ? $(; info : $info : expr) ?
 $(; prefix : $prefix : expr) ? $(; quantize : $quantize : expr) ?
 $(; validation : $validation : expr) ?) => { ... };
}