-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels