pub fn outer_product_storage_native(
lhs: &Storage,
lhs_dims: &[usize],
rhs: &Storage,
rhs_dims: &[usize],
_result_dims: &[usize],
) -> Result<Storage, BridgeError>Expand description
Outer-product storages via native tensors.
ยงErrors
Returns an error when the native storage outer product fails (a shared-index or shape mismatch, or a backend failure).