torch.einsum_error_operand_count_mismatch
export type einsum_error_operand_count_mismatch<
Expected extends number,
Got extends number,
> = EinsumErrorShape<`equation_expects_${Expected}_operands_but_got_${Got}`>;Expectedextends numberGotextends numberError: operand count doesn't match equation