The Array API standard describes some rules between the operands of a function. For example, we should be able to compute the product of two arrays of numeric data type no matter if one data type is int32 and the other one is int64. Right now we only can compute those operations if the two arrays have the same data type, or one operand is a scalar.
The Array API standard describes some rules between the operands of a function. For example, we should be able to compute the product of two arrays of numeric data type no matter if one data type is int32 and the other one is int64. Right now we only can compute those operations if the two arrays have the same data type, or one operand is a scalar.