pub fn cross_product<B: Backend>( a: &Tensor<B, 2, Float>, b: &Tensor<B, 2, Float>, ) -> Tensor<B, 2, Float>
Cross product of 2 2D Tensors