pub fn outer_product_native_tensor(
lhs: &Tensor,
rhs: &Tensor,
) -> Result<Tensor, BridgeError>Expand description
Compute the outer product of two native tensors.
ยงErrors
Returns an error when the native outer product fails (a shared-index or shape mismatch, or a backend failure).