pub fn binary<Kernel, KernelInplaceLhs, KernelInplaceRhs, E, const D: usize>(
lhs: WgpuTensor<E, D>,
rhs: WgpuTensor<E, D>,
inplace_enabled: bool
) -> WgpuTensor<E, D>where
Kernel: StaticKernelSource,
KernelInplaceLhs: StaticKernelSource,
KernelInplaceRhs: StaticKernelSource,
E: WgpuElement,Expand description
Launch an binary operation.