pub fn binary_elemwise_default<K: StaticKernelSource, E: WgpuElement, const D: usize>(
    lhs: WgpuTensor<E, D>,
    rhs: WgpuTensor<E, D>
) -> WgpuTensor<E, D>
Expand description

Execute a binary kernel using the default settings.